diff --git a/CHANGES b/CHANGES index 12656b8..14b76e1 100644 --- a/CHANGES +++ b/CHANGES @@ -5,9 +5,14 @@ CHANGELOG 2.8.2 (unreleased) ================== +** New features ** + +- handle natural keys in views (#74, thanks Achille Ash!) + ** Bug fixes ** -- Add Django 1.9 compatibility +- Add Django 1.9 compatibility (#69, thanks Julien Le Sech!) +- Fix imports in view.py to work without GEOS (#62, thanks Kevin Cooper!) 2.8.1 (2015-06-17) diff --git a/README.rst b/README.rst index f80f2dd..2d36e96 100644 --- a/README.rst +++ b/README.rst @@ -262,6 +262,9 @@ AUTHORS * @jeffkistler's author of geojson serializer at: https://gist.github.com/967274 * Ben Welsh and Lukasz Dziedzia for `quick test script `_ * Florent Lebreton http://github.com/fle + * Julien Le Sech http://www.idreammicro.com + * Kevin Cooper @kevcooper + * Achille Ash @AchilleAsh Version 1.X: