From 33f2a263aacf020143421153c4408aa41d87ecb8 Mon Sep 17 00:00:00 2001 From: Sergey Motornyuk Date: Tue, 2 Jul 2019 12:39:22 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9e2f94cae46..4083f8f315c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,11 @@ Fixes: * Fix `root_path` when using mod_wsgi (`#4452 `_) * Correctly insert root_path for urls generated with _external flag (`#4722 `_) * Make reorder resources button translatable (`#4838 `_) +* Fix `feeds` urls generation (`#4854 `_) +* More robust auth functions for `resource_view_show` (`#4827 `_) +* Allow to customize the DataProxy URL (`#4874 `_) +* Allow custom CKAN callback URL for the DataPusher (`#4878 `_) +* Add `psycopg>=2.8` support (`#4841 `_) v.2.8.2 2018-12-12 ==================