- Fix issue with non-UTF-8 environments reading the README file now that it contains non-ASCII. (Thanks, Tom Prince) - Codec functions are useful, so they are separated into their own module, rather than just existing for compatibility reasons. - Add LICENSE file.
0.8
Not secure
++++++++++++++++
- Added MANIFEST.in for correct source distribution compilation.
0.7
Not secure
++++++++++++++++
- Filled out missing tests for various functions. - Fix bug in CONTEXTO validation for Greek lower numeral sign (U+0375) - Fix bug in CONTEXTO validation for Japanese middle dot (U+30FB) - Improved documentation - Move designation to Stable
0.6
Not secure
++++++++++++++++
- Minor improvements to Python 3 support, tests (Thanks, Derek Wilson)
0.5
Not secure
++++++++++++++++
- Update IDNA properties for Unicode 6.3.0.
0.4
Not secure
++++++++++++++++
- Fix trove classifier for Python 3. (Thanks, Hynek Schlawack)