Skip to content

Commit

Permalink
Adds 0.2.1 changes to change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed Apr 28, 2014
1 parent 59c6a11 commit a5be41d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Change Log
----------

0.2.1 (2014-04-28)
++++++++++++++++++

* Reformats ``README.rst``.
* Renames change log file to ``*.rst``.
* Adds authors and contributing files.
* Sets up Travis CI.
* Adds version to ``__init__.py``.
* Fixes #5. Make ``accented_to_numbered()`` add apostrophes when needed.
* Fixes #4. Fixes ``numbered_to_accented()`` handling of ``'v'`` vowel.
* Fixes #3. Changes ``IndexError`` exception handlers to ``KeyError``.
* Fixes #2. Fixes ``accented_to_numbered()`` with uppercase accented vowel.

0.2.0 (2014-04-14)
++++++++++++++++++

Expand Down

0 comments on commit a5be41d

Please sign in to comment.