Skip to content

Commit

Permalink
Update changelog ahead of 2.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 2, 2015
1 parent 0da81ca commit 4d97a45
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@
Changelog
---------

v2.4.1 2015-09-02
=================

Note: #2554 fixes a regression where ``group_list`` and ``organization_list``
where returning extra additional fields by default, causing performance
issues. This is now fixed, so the output for these actions no longer returns
``users``, ``extras``, etc.
Also, on the homepage template the ``c.groups`` and ``c.group_package_stuff``
context variables are no longer available.


Bug fixes:

* Fix dataset count in templates and show datasets on featured org/group (#2557)
* Fix autodetect for TSV resources (#2553)
* Improve character escaping in DataStore parameters
* Fix "paster db init" when celery is configured with a non-database backend
* Fix severe performance issues with groups and orgs listings (#2554)


v2.4.0 2015-07-22
=================

Expand Down Expand Up @@ -88,6 +108,16 @@ Changes and deprecations
* Config option ``site_url`` is now required - CKAN will not abort during
start-up if it is not set. (#1976)


v2.3.2 2015-09-02
=================

Bug fixes:
* Fix autodetect for TSV resources (#2553)
* Improve character escaping in DataStore parameters
* Fix "paster db init" when celery is configured with a non-database backend


v2.3.1 2015-07-22
=================

Expand Down

0 comments on commit 4d97a45

Please sign in to comment.