Skip to content

Commit

Permalink
Version bump to 1.2.0 and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
striglia committed Oct 22, 2014
1 parent a0c75e8 commit b6e8c2c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

1.2.0 (2014-10-21)
++++++++++++++++++

* Added `enable_request_validation` setting which toggles whether request
content is validated.
* Added `enable_path_validation` setting which toggles whether HTTP calls to
endpoints will 400 if the URL is not described in the Swagger schema.
content is validated.
* Added `exclude_paths` setting which duplicates the functionality of
`skip_validation`. `skip_validation` is scheduled for deprecation in the
2.0.0 release.
content is validated.
* Adds LICENSE file
* Fixes misuse of webtest which could cause `make test` to pass while
functionality was broken.
* Better backwards compatibility warnings in this changelog!

1.1.1 (2014-08-26)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pyramid_swagger/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = "Swagger tools for use in pyramid webapps"
__uri__ = "https://github.com/striglia/pyramid_swagger"

__version__ = "1.1.1"
__version__ = "1.2.0"

__author__ = "Scott Triglia"
__email__ = "striglia@yelp.com"
Expand Down

0 comments on commit b6e8c2c

Please sign in to comment.