mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-13 07:45:10 +00:00
Update changelog-header.sh
This commit is contained in:
parent
abe4afe78a
commit
5c04d50191
@ -6,13 +6,18 @@ set -o pipefail
|
|||||||
CHANGELOG=$(cat <<EOF
|
CHANGELOG=$(cat <<EOF
|
||||||
x.x.x Release notes (yyyy-MM-dd)
|
x.x.x Release notes (yyyy-MM-dd)
|
||||||
=============================================================
|
=============================================================
|
||||||
### Breaking changes
|
## Enhancements
|
||||||
* None
|
* None
|
||||||
|
|
||||||
### Enhancements
|
### Fixes
|
||||||
* None
|
* None
|
||||||
|
|
||||||
### Bugfixes
|
### Compatibility
|
||||||
|
* File format: ver. 7 (upgrades automatically from previous formats)
|
||||||
|
* Realm Object Server: 3.11.0 or later.
|
||||||
|
* APIs are backwards compatible with all previous release of realm in the 2.x.y series.
|
||||||
|
|
||||||
|
### Internal
|
||||||
* None
|
* None
|
||||||
|
|
||||||
$(cat CHANGELOG.md)
|
$(cat CHANGELOG.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user