From 378a920fd382e38101739331a6db4857c5f1a10b Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Fri, 22 Nov 2019 17:04:28 -0500 Subject: [PATCH] add changelog entries for 1.6.0 --- doc/changelog.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 27c3dc39..44d55a6f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,6 +7,20 @@ Changelog This is the list of changes to wordcloud between each release. For full details, see the commit logs at https://github.com/amueller/word_cloud +WordCloud 1.6.0 +=============== + +Features +-------- + +* Add support to render numbers and single letters using the + ``include_numbers`` and ``min_word_length`` arguments. + +Examples +-------- +* Add :ref:`phx_glr_auto_examples_parrot.py` example showing another example of + image-based coloring and masks. + WordCloud 1.5.0 =============== @@ -162,4 +176,4 @@ See https://github.com/amueller/word_cloud/compare/1.2.1...1.2.2 WordCloud 1.2.1 =============== -See https://github.com/amueller/word_cloud/compare/4c7ebf81...1.2.1 \ No newline at end of file +See https://github.com/amueller/word_cloud/compare/4c7ebf81...1.2.1