Skip to content

Commit

Permalink
Add 1.3.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Jan 23, 2018
1 parent fc35d90 commit a46b684
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
#########

*********
**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`)
- **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`)

*********
**1.2.2**
*********
Expand Down
1 change: 0 additions & 1 deletion src/drf_yasg/codecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from ruamel import yaml

from . import openapi
from .app_settings import swagger_settings
from .errors import SwaggerValidationError


Expand Down

0 comments on commit a46b684

Please sign in to comment.