Prepare the new release v0.7.

This commit is contained in:
Cédric Bonhomme 2017-05-04 21:16:03 +02:00
parent bcb58fab36
commit 6895f96398
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@ Release History
----------------------
* unicode is now supported. By default UTF-8 encoding is used. UTF-32LE can also
be used to hide non-ASCII characters. UTF-8 is the default choice since it is
possible to hide longer messages with it.
be used to hide non-ASCII characters. UTF-8 (8 bits) is the default choice
since it is possible to hide longer messages with it.
* improved checks with type hints.
0.6.9 (2017-03-10)