From 7e5e9c69b6e3b613420019fc7e9c9178938aeddc Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Thu, 10 Mar 2016 16:24:12 -0800 Subject: [PATCH] backfill changelog --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd4250a9..663dc01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,21 @@ x.x.x Release notes (yyyy-MM-dd) ============================================================= ### API breaking changes * None. + ### Enhancements -* None. +* Support for encryption +* Add common Array methods to List and Results +* Accept constructor in create() and objects() methods +* Support relative paths when opening realms + ### Bugfixes -* None. +* Automatically forward port 8082 for Android +* Fix broken iterator methods on Android +* Don't download or unpack core libraries unnecessarily +0.10.0 Release notes (2016-2-22) +============================================================= +### Enhancements + +* Initial Release.