Skip to content

Commit

Permalink
Add other backports to changelog, fix spelling test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 22, 2015
1 parent 920313d commit 10e821e
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -20,7 +20,7 @@ Bug fixes:
* Email invites had the email address changed to lower-case (#2415)
* Default resource views not created when using a custom dataset schema (#2421,
#2482)
* If the licences pick-list was customized to remove some, datasets with old
* If the licenses pick-list was customized to remove some, datasets with old
values had them overwritten when edited (#2472)
* Recline views failed on some non-ascii characters (#2490)
* Resource views for non-default dataset types couldn't be created (#2532)
Expand Down Expand Up @@ -321,6 +321,17 @@ Troubleshooting:

Also see the previous point for other ``who.ini`` changes.

v2.2.3 2015-07-22
=================

Bug fixes:
* Allow uppercase emails on user invites (#2415)
* Fix broken boolean validator (#2443)
* Fix auth check in resources_list.html (#2037)
* Key error on resource proxy (#2425)
* Ignore revision_id passed to resources (#2340)
* Add reset for reset_key on successful password change (#2379)

v2.2.2 2015-03-04
=================

Expand Down Expand Up @@ -542,6 +553,15 @@ Troubleshooting:
leaving the fields empty. Also make sure to restart running processes like
harvesters after the update to make sure they use the new code base.

v2.1.5 2015-07-22
=================

Bug fixes:
* Fix broken boolean validator (#2443)
* Key error on resource proxy (#2425)
* Ignore revision_id passed to resources (#2340)
* Add reset for reset_key on successful password change (#2379)

v2.1.4 2015-03-04
=================

Expand Down Expand Up @@ -700,6 +720,15 @@ Known issues:
* Under certain authorization setups the frontend for the groups functionality
may not work as expected (See #1176 #1175).

v2.0.7 2015-07-22
=================

Bug fixes:
* Fix broken boolean validator (#2443)
* Key error on resource proxy (#2425)
* Ignore revision_id passed to resources (#2340)
* Add reset for reset_key on successful password change (#2379)

v2.0.6 2015-03-04
=================

Expand Down

0 comments on commit 10e821e

Please sign in to comment.