diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e71318db..b02e61f7 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,9 +2,22 @@ **Breaking Changes** +- Added support for Android 7 by changing SQLite dependency to SQLitePCLRaw.bundle_e_sqlite3. +- Retired all 32bit platforms (Windows Phone 8, MonoMac, MonoTouch, Xamarin.[iOS|Mac] (32bit/non-unified). +- Retired Windows RT80, since VS2015 does not support it anymore. +- Retired xamarin component store; please use NuGet.org instead. +- Pinned the Splat dependency in the nuspec file to the same version we build Akavache with. + **Bug Fixes** +- Resolved infinite self-recursion defect with the InsertAllObjects method. **Features** +- Performance improvements by indexing the Typename and Expiration. +- Performance improvements by lazily initializing various SQLite operations. +- Implemented continious integration. +- Compile Xamarin.Mac project on Windows. +- Restrucuted project layout (on filesystem). +- Added Code of Conduct.