Skip to content

Commit f58c8d0

Browse files
release 2.0.5
1 parent 885dcdf commit f58c8d0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

audit-logging/src/docs/changelog.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
== Change Log
2+
* 2.0.5
3+
** Only pass session to actorClosure if a session actually exists.
4+
** Updated syncHibernateState to use correct name array
5+
** Fix ignore list not used for insert and delete
6+
** Fix #147 Document per-datasource auditLog.disabled config key
7+
8+
* 2.0.4
9+
** Added option to specify createdBy,lastUpdatedBy, dateCreated,lastUpdated fieldnames per domainclass
10+
** Removed blank constraint for nullable stampable properties.
11+
** Remove preDelete as stampable event, does not make sense to stamp a delete event.
12+
** Constraint fixes
13+
14+
* 2.0.3
15+
** Fix #129 Issue with Hibernate stamping. Stamping was ignored with dynamicUpdate = true and stamping was ignored on cascading saves.
16+
** Fix #130 Docs for verbose mode
217
318
* 2.0.2
419
** Fix #118, use Grails 3.0.10 internally.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5-SNAPSHOT
1+
2.0.5

0 commit comments

Comments
 (0)