From e2b790f847cffb87fb3216e576ab69d091da54b0 Mon Sep 17 00:00:00 2001 From: Rhett Sutphin Date: Wed, 29 Jul 2015 19:08:39 -0500 Subject: [PATCH] (#84) Changelog update. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e47aa4..fdebac2 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ And of course thanks to all our wonderful contributors, [here](https://github.co ## Changelog +* **2.0.3** - Use Ember.get to reference the PouchDB instance property in the adapter (`db`), allowing it to be injected ([#84](https://github.com/nolanlawson/ember-pouch/issues/84)). Thanks to [@jkleinsc](https://github.com/jkleinsc)! * **2.0.2** - Use provide `findRecord` for ember-data 1.13 and later thanks to [@OleRoel](https://github.com/OleRoel) ([#72](https://github.com/nolanlawson/ember-pouch/issues/72)) * **2.0.1** - Fixed [#62](https://github.com/nolanlawson/ember-pouch/issues/62) thanks to [@rsutphin](https://github.com/rsutphin) (deprecated `typekey` in Ember-Data 1.0.0-beta.18) * **2.0.0** - Ember CLI support, due to some amazing support by [@fsmanuel](https://github.com/fsmanuel)! Bower and npm support are deprecated now; you are recommended to use Ember CLI instead.