Skip to content

Commit

Permalink
chore: updated releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Oct 13, 2016
1 parent db3da68 commit 4358a9a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASENOTES.md
Expand Up @@ -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.

0 comments on commit 4358a9a

Please sign in to comment.