diff options
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html index 505ef1b..b8ab457 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -5,6 +5,10 @@ <body> <h1>What's new in ivy java</h1> + <li>1.0.8: Fixed a bug in inserted in 1.0.7, added the Counter program, + useful if you want to have an inexact idea of the number of messages + circulating on the bus itself. + <li>1.0.7: Fixed a bug in Ivy.java and IvyClient.java, causing the problematic 'a(.*) (.*)' matching 'a 2' loosing the first empty matches. Beware, this has a cost on effectiveness, but, hey, Ivy-java is not |