Fix in-place modification of swagger_auto_schema arguments (#75)

Fixes #74
This commit is contained in:
Cristi Vîjdea
2018-03-05 11:51:51 +02:00
committed by GitHub
parent ee46f59fb1
commit 6ea8711a1f
4 changed files with 54 additions and 5 deletions
+9
View File
@@ -3,6 +3,15 @@ Changelog
#########
*********
**1.4.5**
*********
*Release date: Mar 05, 2018*
- **FIXED:** fixed an issue with modification of ``swagger_auto_schema`` arguments in-place during introspection, which
would sometimes cause an incomplete Swagger document to be generated after the first pass (:issue:`74`, :pr:`75`)
*********
**1.4.4**
*********