Skip to content

Commit

Permalink
Update CHANGELOG after last release
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 28, 2017
1 parent c528d53 commit e0524ba
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions CHANGELOG.rst
Expand Up @@ -21,6 +21,20 @@ Note: This version requires re-running the 'datastore set-permissions' command
CKAN developers should also re-run set-permissions on the test database:
:ref:`datastore-test-set-permissions`

v2.7.2 2017-09-28
=================

* Include missing minified JavaScript files

v2.7.1 2017-09-27
=================

* add field_name to image_upload macro when uploading resources (#3766)
* Add some missing major changes to change log. (#3799)
* _mail_recipient header override (#3781)
* skip url parsing in redirect (#3499)
* Fix multiple errors in i18n of JS modules (#3590)
* Standardize on url_for on popup (#3831)

v2.7.0 2017-08-02
=================
Expand Down Expand Up @@ -126,6 +140,13 @@ Deprecations:
jobs (http://docs.ckan.org/en/latest/maintaining/background-tasks.html). Extensions can still
of course use Celery but they will need to handle the management themselves.

v2.6.4 2017-09-27
=================

* Mail recepient header override (#3781)
* Skip url parsing in redirect (#3499)
* Support non root for fanstatic (#3618)

v2.6.3 2017-08-02
=================

Expand Down Expand Up @@ -268,6 +289,13 @@ Bug fixes:
API changes and deprecations:
* Replace `c.__version__` with new helper `h.ckan_version()` (`#3103 <https://github.com/ckan/ckan/pull/3103>`_)

v2.5.7 2017-09-27
=================

* Allow overriding email headers (#3781)
* Support non-root instances on fanstatic (#3618)
* Add missing close button on organization page (#3814)

v2.5.6 2017-08-02
=================

Expand Down Expand Up @@ -412,20 +440,12 @@ v2.5.0 2015-12-17

Cancelled release

v2.4.6 2017-02-22
v2.4.9 2017-09-27
=================

* Use the url_for() helper for datapusher URLs (#2866)
* Resource creation date use datetime.utcnow() (#3447)
* Fix locale error when using fix ckan.root_path
* `render_markdown` breaks links with ampersands
* Check group name and id during package creation
* Use utcnow() on dashboard_mark_activities_old (#3373)
* Fix encoding error on DataStore exception
* Datastore doesn't add site_url to resource created via API (#3189)
* Fix memberships after user deletion (#3265)
* Remove idle database connection (#3260)
* Fix package_owner_org_update action when called via the API (#2661)
* Allow overriding email headers (#3781)
* Support non-root instances on fanstatic (#3618)
* Add missing close button on organization page (#3814)

v2.4.8 2017-08-02
=================
Expand Down

0 comments on commit e0524ba

Please sign in to comment.