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

Commit

Permalink
Merge pull request #249 from stormpath/release-2.3.4
Browse files Browse the repository at this point in the history
Release 2.3.4
  • Loading branch information
robertjd committed Dec 21, 2015
2 parents 7f60f48 + 6662e21 commit 8666aac
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ Change Log

All library changes, in descending order.

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

**Released December 21, 2015**

- Fixed: if you specify an application that does not have account stores mapped
to it, we show a nice error message (rather than an undefined exception).
We also added a real error message for the situation where the registration
feature is enabled, but the defined application does not have a default
account store.

- Fixed: when rendering error messages for field validation, during
registration, we use the field label (rather than the name) in the error
string (this is more user friendly).

- The logout route now supports `?next=<url>` parameter, for redirecting after
logout.

- Adding more information to the upgrade log, for the 1.x -> 2.x upgrade path.

Version 2.3.3
--------------

Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
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.3 -> Version 2.3.4
------------------------------

**No changes needed!**

Version 2.3.2 -> Version 2.3.3
------------------------------

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

0 comments on commit 8666aac

Please sign in to comment.