Skip to content

Commit

Permalink
Update changelog after patch releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 31, 2016
1 parent ef96305 commit d6b97b7
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -7,6 +7,20 @@
Changelog
---------

v2.5.2 2016-03-31
=================

Bug fixes:
* Avoid submitting resources to the DataPusher multiple times (#2856)
* Use `resource.url` as raw_resource_url (#2873)
* Fix DomainObject.count() to return count (#2919)
* Prevent unicode/ascii conversion errors in DataStore
* Fix datastore_delete erasing the db when filters is blank (#2885)
* Avoid package_search exception when using use_default_schema (#2848)
* Encode EXPLAIN SQL before sending to datastore
* Use `ckan.site_url` to generate urls of resources (#2592)
* Fixed the url for the organization_item template

v2.5.1 2015-12-17
=================

Expand Down Expand Up @@ -71,6 +85,20 @@ v2.5.0 2015-12-17

Cancelled release

v2.4.3 2016-03-31
=================

Bug fixes:
* Use `resource.url` as raw_resource_url (#2873)
* Fix DomainObject.count() to return count (#2919)
* Add offset param to organization_activity (#2640)
* Prevent unicode/ascii conversion errors in DataStore
* Fix datastore_delete erasing the db when filters is blank (#2885)
* Avoid package_search exception when using use_default_schema (#2848)
* resource_edit incorrectly setting action to new instead of edit
* Encode EXPLAIN SQL before sending to datastore
* Use `ckan.site_url` to generate urls of resources (#2592)
* Don't hide actual exception on paster commands

v2.4.2 2015-12-17
=================
Expand Down Expand Up @@ -192,6 +220,19 @@ Bug fixes:
* Return default error page on fanstatic errors
* Prevent authentication when using API callbacks

v2.3.4 2016-03-31
=================

Bug fixes:
* Use `resource.url` as raw_resource_url (#2873)
* Fix DomainObject.count() to return count (#2919)
* Prevent unicode/ascii conversion errors in DataStore
* Fix datastore_delete erasing the db when filters is blank (#2885)
* Avoid package_search exception when using use_default_schema (#2848)
* resource_edit incorrectly setting action to new instead of edit
* Use `ckan.site_url` to generate urls of resources (#2592)
* Don't hide actual exception on paster commands

v2.3.3 2015-12-17
=================

Expand Down

0 comments on commit d6b97b7

Please sign in to comment.