From a0e0de16451246ea2c840ab529d87e22fa7d6d04 Mon Sep 17 00:00:00 2001 From: amercader Date: Wed, 16 Dec 2015 13:18:43 +0000 Subject: [PATCH] Update changelog ahead of patch release --- CHANGELOG.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8426ff0e10..700964e082d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,14 @@ Changelog --------- +v2.4.2 2015-12-17 +================= + +Bug fixes: + * Fix Markdown rendering issue + * Return default error page on fanstatic errors + * Prevent authentication when using API callbacks + v2.4.1 2015-09-02 ================= @@ -108,6 +116,13 @@ 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.3 2015-12-17 +================= + +Bug fixes: + * Fix Markdown rendering issue + * Return default error page on fanstatic errors + * Prevent authentication when using API callbacks v2.3.2 2015-09-02 ================= @@ -432,6 +447,14 @@ Troubleshooting: Also see the previous point for other ``who.ini`` changes. +v2.2.4 2015-12-17 +================= + +Bug fixes: + * Fix Markdown rendering issue + * Return default error page on fanstatic errors + * Prevent authentication when using API callbacks + v2.2.3 2015-07-22 ================= @@ -664,6 +687,14 @@ 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.6 2015-12-17 +================= + +Bug fixes: + * Fix Markdown rendering issue + * Return default error page on fanstatic errors + * Prevent authentication when using API callbacks + v2.1.5 2015-07-22 ================= @@ -831,6 +862,14 @@ Known issues: * Under certain authorization setups the frontend for the groups functionality may not work as expected (See #1176 #1175). +v2.0.8 2015-12-17 +================= + +Bug fixes: + * Fix Markdown rendering issue + * Return default error page on fanstatic errors + * Prevent authentication when using API callbacks + v2.0.7 2015-07-22 =================