Skip to content

Commit

Permalink
Update changelog for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Mar 12, 2018
1 parent 66785b1 commit a7fbba4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
Changelog
#########


*********
**1.x.x**
**1.5.0**
*********

*Release date: TODO*
*Release date: Mar 12, 2018*

- **IMPROVED:** ``serializers.HiddenField`` are now hidden (:issue:`78`, :pr:`79`, thanks to :ghuser:`therefromhere`)

*NOTE:* in order for this to work, you will have to add the new ``drf_yasg.inspectors.HiddenFieldInspector`` to your
``DEFAULT_FIELD_INSPECTORS`` array if you changed it from the default value

- **IMPROVED:** ``serializers.HiddenField`` are now hidden (:issue:`78`)
- **IMPROVED:** format is now detected for ``SlugRelatedField`` with ``read_only=True`` (:issue:`82`)
- **IMPROVED:** type of model field is now detected for ``serializers.SlugRelatedField`` with ``read_only=True``
(:issue:`82`, :pr:`83`, thanks to :ghuser:`therefromhere`)

*********
**1.4.7**
Expand Down

0 comments on commit a7fbba4

Please sign in to comment.