Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
typerandom committed Jan 12, 2016
1 parent b4ea378 commit bead953
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Expand Up @@ -6,6 +6,25 @@ Change Log

All library changes, in descending order.

Version 2.3.5
--------------

**Released January 12, 2016**

- Added: Info about changed routes in upgrade docs from v1 to v2.

- Fixed: Ability to disable web features while still having the website
option turned on.

- Fixed: Body-parser conflicts when configured outside the library. Now
instead of using body-parser, we use the body and qs modules.

- Fixed: Express-stormpath incompatible with node streams (request.pipe and
http-proxy).

- Fixed: Previously it was possible to set your own `next` url. Now any `next`
url redirects are restricted to the domain that you are on.

Version 2.3.4
--------------

Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Expand Up @@ -7,6 +7,11 @@ Upgrade Guide
This page contains specific upgrading instructions to help you migrate between
Express-Stormpath releases.

Version 2.3.4 -> Version 2.3.5
------------------------------

**No changes needed!**

Version 2.3.3 -> Version 2.3.4
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "express-stormpath",
"version": "2.3.4",
"version": "2.3.5",
"description": "Build simple, secure web applications with Stormpath and Express!",
"keywords": [
"express",
Expand Down

0 comments on commit bead953

Please sign in to comment.