From ba050c6c8a715af65688f1fbe511b16513416143 Mon Sep 17 00:00:00 2001 From: Ian Ward Date: Thu, 12 Jan 2017 12:23:51 -0500 Subject: [PATCH] [#3385] changelog entry for organization_list_for_user param --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ca6869217d..ba038b1fb17 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,9 @@ API changes and deprecations: helper) now return all organizations a user belongs to regardless of capacity (Admin, Editor or Member), not just the ones where she is an administrator (#2457) + * ``organization_list_for_user`` (and the ``h.organizations_available()`` + helper) now default to not include package_count. Pass + include_dataset_count=True if you need the package_count values. * ``resource['size']`` will change from string to long integer (#3205) v2.6.0 2016-11-02