From a1c733807a06712d12cb4ac94dcf393e8115bcdf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 23 Apr 2019 19:54:01 -0400 Subject: [PATCH] Update changelog and release notes Signed-off-by: Roberto Rosario --- HISTORY.rst | 1 + docs/releases/3.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 765d56f56f..c3eb80a40a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -112,6 +112,7 @@ the NPMregistry. * Fix issue installing scoped NPM packages. * Add new icons classes and templates. +* Add support for icon composition. * Add support for link icon path imports. * Remove support for link icon strings. * Split document app form into separate modules. diff --git a/docs/releases/3.2.rst b/docs/releases/3.2.rst index 0fab951683..4ae92d6e40 100644 --- a/docs/releases/3.2.rst +++ b/docs/releases/3.2.rst @@ -144,6 +144,7 @@ Other changes the NPMregistry. * Fix issue installing scoped NPM packages. * Add new icons classes and templates. +* Add support for icon composition. * Add support for link icon path imports. * Remove support for link icon strings. * Split document app form into separate modules.