summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e94e74f..55a827c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -13,7 +13,7 @@ development:
- add ``install_test`` target for checking package installation
- add ``test`` target for all tests
- deprecate str-type ``attr`` with:
- - redesign attr input with new ``Attr`` class
+ - redesign attr input with new ``Attr`` object
- ``"-1"`` now is ``Attr.s`` (``"s"``)
- ``_str_attr_to_int()`` to handle str-type before the removal