Update changelog-header.sh

This commit is contained in:
Brian Munkholm 2018-09-18 13:46:14 +02:00 committed by GitHub
parent abe4afe78a
commit 5c04d50191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 3 deletions

View File

@ -6,13 +6,18 @@ set -o pipefail
CHANGELOG=$(cat <<EOF
x.x.x Release notes (yyyy-MM-dd)
=============================================================
### Breaking changes
## Enhancements
* None
### Enhancements
### Fixes
* 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
$(cat CHANGELOG.md)