summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2016-12-25 14:02:32 +0800
committerYu-Jie Lin <livibetter@gmail.com>2016-12-25 14:02:32 +0800
commitbb08b484aed7edf121c219f903fdf07a47457c08 (patch)
treeeaa633bce33aeb4859296d01c4f77f11a93f6a33 /CHANGES.rst
parentbede08d8f6c3d28f7009501f5dafbbf30345ee39 (diff)
downloadsmartypants-bb08b484aed7edf121c219f903fdf07a47457c08.tar.gz
add Attr.u (Unicode) and Attr.h (HTML named entities) output options (#6)
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2cf15cf..195f75c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -58,6 +58,10 @@ Development
- drop fooBarXyz functions, such as ``smartyPants``, ``educateQuotes``,
and ``processEscapes``
++ add ``Attr.u`` and ``Attr.h`` for Unicode characters and HTML named entities
+ outputs, respectively. The ``stupefy_entities`` has become
+ ``convert_entities`` to support all three types of conversions. (#6)
+
* Makefile
+ test packages build in ``test_setup`` target