Release notes

0.5
---
First released version

0.5.1
-----
Bug fixes :
- when a table has several indexes, the UPDATE or DELETE statements generated 
by the emaj_rollback_group function was often erroneous.

Enhancements :
- replace the current_timestamp default value for emaj_changed column of log 
tables by clock_timestamp() so that every log row has its own creation 
timestamp.

0.5.2
-----
Bug fixes :
- the UPDATE statements generated for the rollback functions did not handle 
properly the columns list of the SET clause.
- supply the right test-emaj.sql file !

