Skip to content

Commit

Permalink
Release 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevutskyi committed Aug 25, 2021
1 parent bc9fa3c commit 7928c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Changelog
Changes in Flask-Restless-NG
============================

Upcoming
Version 2.2.6
-------------
- Escape user input in error messages to prevent potention server-side cross-site scripting
- 'status' field in error objects is now a string, as required by JSON API standard
https://jsonapi.org/format/#error-objects
- Returns '400' status if page number is provided but page size is 0
- Returns '400' status if unknown field was used for sorting
- Allow rolling back the current session in `POST_RESOURCE` postprocessors
- Allow rolling back the current session in `POST_RESOURCE` postprocessors (#28)


Version 2.2.5
Expand Down
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
#: The current version of this extension.
__version__ = '2.2.5'
__version__ = '2.2.6'


# The following names are available as part of the public API for Flask-Restless-NG.
Expand Down

0 comments on commit 7928c56

Please sign in to comment.