Skip to content

Commit

Permalink
Adding changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Jun 2, 2022
1 parent 474501c commit 3faa63a
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
x.x.x Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)
* None.

### Compatibility
* Atlas App Services.
* Realm Studio v12.0.0.
* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

### Internal
* <Either mention core version or upgrade>
* <Using Realm Core vX.Y.Z>
* <Upgraded Realm Core from vX.Y.Z to vA.B.C>

10.19.0 Release notes (2022-6-2)
=============================================================
### Enhancements
Expand All @@ -24,7 +44,7 @@ const Person = {

### Compatibility
* Atlas Device Sync.
* Realm Studio v11.0.0.
* Realm Studio v12.0.0.
* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

Expand Down Expand Up @@ -73,7 +93,7 @@ const Person = {

### Compatibility
* MongoDB Realm Cloud.
* Realm Studio v11.0.0.
* Realm Studio v12.0.0.
* APIs are backwards compatible with all previous releases of Realm JavaScript in the 10.5.x series.
* File format: generates Realms with format v22 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

Expand Down

0 comments on commit 3faa63a

Please sign in to comment.