summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-16 20:22:43 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-16 20:22:43 +0800
commite417f01e3f4a8821dc50259fa9dbcaad8141fd60 (patch)
treed8ae79310e40909bb71c2a33c875e037bef16b9b /CHANGES.rst
parent21f49de88218b1f4a3b9d2c7e48c9a6a0d7e592d (diff)
downloadsmartypants-e417f01e3f4a8821dc50259fa9dbcaad8141fd60.tar.gz
deprecate str-type attr instead of direct removal, which will be removed at v2.0.0. Attr "-1" now is Attr.s (or "s")
a temporary function _str_attr_to_int is added for the transition before v2.0.0.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 310aefd..e94e74f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,15 +5,20 @@ Versions without timestamps mean they are future releases.
2.0.0:
- drop Pyblosxom support
- - use ``Attr.default`` instead of ``default_smartypants_attr``
+ - drop str-type ``attr``
+ - use ``Attr.default`` instead of ``default_smartypants_attr``
development:
- add ``--version``
- add ``install_test`` target for checking package installation
- - redesign attr input with new ``Attr`` class
+ - add ``test`` target for all tests
+ - deprecate str-type ``attr`` with:
+ - redesign attr input with new ``Attr`` class
+ - ``"-1"`` now is ``Attr.s`` (``"s"``)
+ - ``_str_attr_to_int()`` to handle str-type before the removal
1.7.1: 2013-08-14T06:45:59Z
- - fix README-PyPI.rst missing while installing
+ - fix ``README-PyPI.rst`` missing while installing
1.7.0: 2013-08-14T05:51:20Z
- deprecate Pyblosxom support
@@ -31,8 +36,9 @@ development:
The following releases were made by Hao Lian:
1.6.0.3: 2009-04-21
-
+ - ``smartypants.py`` exactly the same as 1.5_1.6
1.6.0.2: 2008-12-20
+ - ``smartypants.py`` exactly the same as 1.5_1.6
----