Skip to content

Commit 672c24a

Browse files
committed
add CHANGELOG to ease the release process
1 parent 0b6f1af commit 672c24a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Changelog
2+
=========
3+
4+
.. currentmodule:: flask_restx
5+
6+
Current
7+
-------
8+
9+
- Use github actions instead of Travis (:pr:`18`)
10+
- Register nested model wildcard fields in docs (:pr:`24`)
11+
- Pin werkzeug version to <=0.16.1 due to incompatibilities with version 1.0.0 (:pr:`39`)
12+
13+
0.1.0 (2020-01-21)
14+
------------------
15+
16+
- Ensure that exceptions raised in error handler, including programming errors, are logged
17+
- Import the ABCs from 'collections.abc' instead of 'collections' by default as it is deprecated since Python3.7, and in 3.8 it will stop working. Python2.7 is still supported though.
18+
- Fix illegal characters in JSON references to model names
19+
- Support ``envelope`` parameter in Swagger documentation
20+
- Fix wildcard support for fields.Nested and fields.List
21+
- Api/Namespace individual loggers
22+
- First flask-restx release

0 commit comments

Comments
 (0)