Skip to content

Commit

Permalink
Add 1.13.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Jan 29, 2019
1 parent bacab20 commit d2bd838
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog
#########


**********
**1.13.0**
**********

*Release date: Jan 29, 2019*

- **IMPROVED:** type hint inspection is now supported for collections and``Optional`` (:pr:`272`)
- **IMPROVED:** updated ``swagger-ui`` to version 3.20.5
- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-rc.2
- **DEPRECATED:** quietly dropped support for the ``flex`` validator; it will still work if the library is installed,
but the setup.py requirement was removed and the validator will be silently skipped if not installed (:issue:`285`)

**********
**1.12.1**
**********
Expand Down
1 change: 0 additions & 1 deletion src/drf_yasg/inspectors/view.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
import warnings
from collections import OrderedDict

from rest_framework.request import is_form_media_type
Expand Down

0 comments on commit d2bd838

Please sign in to comment.