From 81b6cab5ebf1246fe53d2a80dedc127af6ca3ce1 Mon Sep 17 00:00:00 2001 From: crucialfelix Date: Mon, 5 Sep 2016 12:46:35 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 19 ++++++++++++++++++- docs/source/Release-notes.rst | 6 ++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e594789e1..0b5b911f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [1.5.0](https://github.com/crucialfelix/django-ajax-selects/tree/1.5.0) (2016-09-05) +[Full Changelog](https://github.com/crucialfelix/django-ajax-selects/compare/1.4.3...1.5.0) + +- Added Support for Django 1.10 +- Dropped Django 1.5 + +**Closed issues:** + +- ValueError in Django 1.10 [\#177](https://github.com/crucialfelix/django-ajax-selects/issues/177) +- Django 1.10 did add popup [\#174](https://github.com/crucialfelix/django-ajax-selects/issues/174) +- Example not Working [\#161](https://github.com/crucialfelix/django-ajax-selects/issues/161) + +**Merged pull requests:** + +- Fix documentation to format code properly [\#165](https://github.com/crucialfelix/django-ajax-selects/pull/165) ([joshblum](https://github.com/joshblum)) +- install.sh not working [\#162](https://github.com/crucialfelix/django-ajax-selects/pull/162) ([hdzierz](https://github.com/hdzierz)) + ## [1.4.3](https://github.com/crucialfelix/django-ajax-selects/tree/1.4.3) (2016-03-13) [Full Changelog](https://github.com/crucialfelix/django-ajax-selects/compare/1.4.2...1.4.3) @@ -214,4 +231,4 @@ ## [1.1.0](https://github.com/crucialfelix/django-ajax-selects/tree/1.1.0) (2010-03-06) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/docs/source/Release-notes.rst b/docs/source/Release-notes.rst index d61d657c55..e5089a3b4b 100644 --- a/docs/source/Release-notes.rst +++ b/docs/source/Release-notes.rst @@ -3,6 +3,12 @@ Release Notes See also CHANGELOG.md for github issues and bugfixes +1.5.0 +===== + +- Added Support for Django 1.10 +- Dropped Django 1.5 + 1.4.0 =====