Skip to content

Commit

Permalink
release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoschwald committed Jun 4, 2017
1 parent 885dcdf commit f58c8d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions audit-logging/src/docs/changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
== Change Log
* 2.0.5
** Only pass session to actorClosure if a session actually exists.
** Updated syncHibernateState to use correct name array
** Fix ignore list not used for insert and delete
** Fix #147 Document per-datasource auditLog.disabled config key
* 2.0.4
** Added option to specify createdBy,lastUpdatedBy, dateCreated,lastUpdated fieldnames per domainclass
** Removed blank constraint for nullable stampable properties.
** Remove preDelete as stampable event, does not make sense to stamp a delete event.
** Constraint fixes
* 2.0.3
** Fix #129 Issue with Hibernate stamping. Stamping was ignored with dynamicUpdate = true and stamping was ignored on cascading saves.
** Fix #130 Docs for verbose mode
* 2.0.2
** Fix #118, use Grails 3.0.10 internally.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5-SNAPSHOT
2.0.5

0 comments on commit f58c8d0

Please sign in to comment.