parent
fc35d9043e
commit
a46b684fea
|
|
@ -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**
|
||||
*********
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ from coreapi.compat import force_bytes
|
|||
from ruamel import yaml
|
||||
|
||||
from . import openapi
|
||||
from .app_settings import swagger_settings
|
||||
from .errors import SwaggerValidationError
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue