From 95b0356edcea7c0f5f8a69377cd5166902ca6394 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Thu, 25 Feb 2021 09:51:33 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index cf3df9b7..5204dc35 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -10,6 +10,13 @@ follows `Semantic versioning`_ Development version ------------------- - Add tests for ``.as_float()`` modifier usage with wiring. +- Make refactoring of wiring module and tests. + See PR # `#406 `_. + Thanks to `@withshubh `_ for the contribution: + - Refactor unnecessary ``else`` / ``elif`` in ``wiring`` module when ``if`` block has a + return statement. + - Remove unused imports in tests. + - Use literal syntax to create data structure in tests. 4.26.0 ------