Skip to content

Commit

Permalink
Add 1.3.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Jan 24, 2018
1 parent a211184 commit 05901e9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
Changelog
#########

*********
**1.3.1**
*********

- **FIXED:** fixed a bug that would sometimes cause endpoints to wrongly be output as form operations (:issue:`50`)
- **IMPROVED:** added generation of ``produces`` based on renderer classes
- **IMPROVED:** added generation of top-level ``consumes`` and ``produces`` based on
``DEFAULT_PARSER_CLASSES`` and ``DEFAULT_RENDERER_CLASSES`` (:issue:`48`)

*********
**1.3.0**
*********

- **ADDED:** security requirements are now correctly set and can be customized; this should fix
problems related to authentication in ``swagger-ui`` Try it out! (:issue:`50`, :pr:`54`)
- **ADDED:** security requirements are now correctly set and can be customized; this should fix problems related
to authentication in ``swagger-ui`` Try it out! (:issue:`50`, :pr:`54`)
- **IMPROVED:** updated ``swagger-ui`` to version 3.9.2
- **IMPROVED:** updated ``ReDoc`` to version 1.20.0
- **FIXED:** fixed an exception caused by a warning in get_path_from_regex (:pr:`49`, thanks to :ghuser:`blueyed`)
Expand Down

0 comments on commit 05901e9

Please sign in to comment.