From 2f305357ed794c2c5c6b99209846bc93da5577e0 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Fri, 16 Mar 2018 13:44:14 +0100 Subject: [PATCH] Adding compatibility info --- .github/pull_request_template.md | 1 + CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9dce6c49..a35ef469 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,6 +10,7 @@ This closes # ??? ## ☑️ ToDos * [ ] 📝 Changelog entry +* [ ] 📝 `Compatibility` label is updated or copied from previous entry * [ ] 🚦 Tests * [ ] 📝 Public documentation PR created or is not necessary * [ ] 💥 `Breaking` label has been applied or is not necessary diff --git a/CHANGELOG.md b/CHANGELOG.md index 90594ab3..55306195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ 2.3.1 Release notes (2018-3-16) ============================================================= +### Compatability +* Sync protocol: 24 +* Server-side history format: 4 +* File format: 7 +* Realm Object Server: 3.0.0-alpha.8 + ### Breaking changes * None.