Skip to content

Commit 3de825c

Browse files
authored
Merge pull request #370 from insspb/changelogs
Restore changelogs
2 parents c4cc697 + 216a1e9 commit 3de825c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/changelog.rst

+21
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,33 @@ Development
2222
argument, and will display custom message if specified. (#351)
2323
- UPDATED: `get_or_404` will raise 404 error only on `DoesNotExist` exception,
2424
other exceptions should be captured by user. (#360)
25+
- RESTORED: Changelog for v0.9.2, v0.9.3, v0.9.4, v0.9.5 (#370)
2526

2627
Tests and development for old packages versions dropped to minimize tests
2728
footprint.
2829

2930
Use version 0.9.5 if old dependencies required.
3031

32+
Changes in 0.9.5
33+
================
34+
- Disable flake8 on travis.
35+
- Correct `Except` clauses in code.
36+
- Fix warning about undefined unicode variable in orm.py with python 3
37+
38+
Changes in 0.9.4
39+
================
40+
- ADDED: Support for `MONGODB_CONNECT` mongodb parameter (#321)
41+
- ADDED: Support for `MONGODB_TZ_AWARE` mongodb parameter.
42+
43+
Changes in 0.9.3
44+
================
45+
- Fix test and mongomock (#304)
46+
- Run Travis builds in a container-based environment (#301)
47+
48+
Changes in 0.9.2
49+
================
50+
- Travis CI/CD pipeline update to automatically publish 0.9.1.
51+
3152
Changes in 0.9.1
3253
================
3354
- Fixed setup.py for various platforms (#298).

0 commit comments

Comments
 (0)