From 74ed545025f5c69aa50bb6222c52da81a2b96f6c Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 1 Jul 2020 23:15:28 -0400 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 4be333e0..eaccf8ea 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -9,6 +9,9 @@ follows `Semantic versioning`_ Development version ------------------- +- Start distributing wheels for Linux, MacOS, and Windows (thanks to + `Travis CI `_ and + `cibuildwheel `_). - Start using ``twine`` for publishing package on PyPI. - Fix Travis CI configuration file warnings.