Skip to content

Commit

Permalink
final updates for the 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schulz committed Apr 12, 2016
1 parent 7e50aea commit 8e88b6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e88b6d

Please sign in to comment.