diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ef140d6..62592b0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,13 @@ = changelog +== from 0.2.0 to 0.3.0 + +* fix: updated outdated README example for crockford +* added the examples as tests for the crockford examples +* improved from functions +** added the possibility to ignore characters in the encoded string +** handles now unknown characters in the encoded string without a crash + == from 0.1.1 to 0.2.0 * fix: supports now for unit tests busted 2.0 diff --git a/README.adoc b/README.adoc index fdda27d..fab217f 100644 --- a/README.adoc +++ b/README.adoc @@ -98,7 +98,7 @@ basexx.from_z85( "f!$Kw" ) --> 1234 == Installation -To install the version 0.2.0 of basexx use LuaRocks with the following line. +To install the version 0.3.0 of basexx use LuaRocks with the following line. ---- luarocks install basexx