Fix missing assignment for default in openapi.Parameter

This commit is contained in:
Cristi Vîjdea
2018-02-22 20:33:47 +02:00
parent 64c280e222
commit f15e70b7db
4 changed files with 12 additions and 2 deletions
+8
View File
@@ -2,6 +2,14 @@
Changelog
#########
*********
**1.4.3**
*********
- **FIXED:** added a missing assignment that would cause the ``default`` argument to ``openapi.Parameter.__init__`` to
be ignored
*********
**1.4.2**
*********