Skip to content

Commit

Permalink
Merge pull request #58 from sphinx-contrib/changelog
Browse files Browse the repository at this point in the history
Update CHANGES
  • Loading branch information
ikalnytskyi committed Sep 5, 2019
2 parents 5ca0320 + b0e748d commit 3990512
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@
Here you can see the list of changes between each 'sphinxcontrib-openapi'
release.

0.3.3 (unreleased)
0.5.0 (2019-09-04)
==================

- Fix example generation when a byte string is used in a schema.
- Support CommonMark in spec where applied. ``m2r`` package is required.
- Show "required" marker near required query parameters.
- Show request body properties for OpenAPI v2 specs.
- CLI command to render OpenAPI spec as reStructuredText is added.

0.4.0 (2019-01-17)
==================

- Add OpenAPI 3.x support.
- Drop Python 3.3 support because it reached its end-of-life.
- Add Python 3.7 support.
- Add sample request/response generation from schema for OpenAPI v3.
- Add grouping by OpenAPI tags.

0.3.2 (2017-10-05)
==================
Expand Down

0 comments on commit 3990512

Please sign in to comment.