We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c6a11 commit a5be41dCopy full SHA for a5be41d
CHANGES.rst
@@ -3,6 +3,19 @@
3
Change Log
4
----------
5
6
+0.2.1 (2014-04-28)
7
+++++++++++++++++++
8
+
9
+* Reformats ``README.rst``.
10
+* Renames change log file to ``*.rst``.
11
+* Adds authors and contributing files.
12
+* Sets up Travis CI.
13
+* Adds version to ``__init__.py``.
14
+* Fixes #5. Make ``accented_to_numbered()`` add apostrophes when needed.
15
+* Fixes #4. Fixes ``numbered_to_accented()`` handling of ``'v'`` vowel.
16
+* Fixes #3. Changes ``IndexError`` exception handlers to ``KeyError``.
17
+* Fixes #2. Fixes ``accented_to_numbered()`` with uppercase accented vowel.
18
19
0.2.0 (2014-04-14)
20
++++++++++++++++++
21
0 commit comments