Add 1.3.0 changelog

openapi3 1.3.0
Cristi Vîjdea 2018-01-23 12:43:53 +02:00
parent fc35d9043e
commit a46b684fea
2 changed files with 10 additions and 1 deletions

View File

@ -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**
*********

View File

@ -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