From 982fba13431a8523d8876a514e22ce7c9a522468 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 29 Aug 2019 14:24:19 -0400 Subject: [PATCH] Update CHANGELOG Adds 3.2.3 and 3.2.4 bug fix releases. --- CHANGELOG.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0aa8fbd2..2fd970c21 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,29 @@ Ansible Galaxy Changes by Release ================================= +3.2.4 - Released 28-Jun-2019 +---------------------------- + +Closed PRs +`````````` +- `1929 Fix broken doc link `_. +- `1939 Add collections list action to API `_. + + +3.2.3 - Released 19-Jun-2019 +--------------------------- + +Closed PRs +`````````` +- `1903 Fixes UI typo in my-content/content-list component `_. +- `1904 Add ParamPaginator and ParamFilter React component `__. +- `1906 Fix collection detail breaking when no description is set `__. +- `1909 Add link back to Galaxy site from /docs `_. +- `1910 Fix collection detail breaking when no description is set `_. +- `1919 Prevent duplicate namespace on login when github username case changes `_. +- `1923 Check file size on Collection import `_. + + 3.2.2 - Released 7-Jun-2019 ---------------------------