Skip to content

Commit 81b6cab

Browse files
committed
Update CHANGELOG
1 parent ee5674d commit 81b6cab

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## [1.5.0](https://github.com/crucialfelix/django-ajax-selects/tree/1.5.0) (2016-09-05)
4+
[Full Changelog](https://github.com/crucialfelix/django-ajax-selects/compare/1.4.3...1.5.0)
5+
6+
- Added Support for Django 1.10
7+
- Dropped Django 1.5
8+
9+
**Closed issues:**
10+
11+
- ValueError in Django 1.10 [\#177](https://github.com/crucialfelix/django-ajax-selects/issues/177)
12+
- Django 1.10 did add popup [\#174](https://github.com/crucialfelix/django-ajax-selects/issues/174)
13+
- Example not Working [\#161](https://github.com/crucialfelix/django-ajax-selects/issues/161)
14+
15+
**Merged pull requests:**
16+
17+
- Fix documentation to format code properly [\#165](https://github.com/crucialfelix/django-ajax-selects/pull/165) ([joshblum](https://github.com/joshblum))
18+
- install.sh not working [\#162](https://github.com/crucialfelix/django-ajax-selects/pull/162) ([hdzierz](https://github.com/hdzierz))
19+
320
## [1.4.3](https://github.com/crucialfelix/django-ajax-selects/tree/1.4.3) (2016-03-13)
421
[Full Changelog](https://github.com/crucialfelix/django-ajax-selects/compare/1.4.2...1.4.3)
522

@@ -214,4 +231,4 @@
214231
## [1.1.0](https://github.com/crucialfelix/django-ajax-selects/tree/1.1.0) (2010-03-06)
215232

216233

217-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
234+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

docs/source/Release-notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Release Notes
33

44
See also CHANGELOG.md for github issues and bugfixes
55

6+
1.5.0
7+
=====
8+
9+
- Added Support for Django 1.10
10+
- Dropped Django 1.5
11+
612
1.4.0
713
=====
814

0 commit comments

Comments
 (0)