Skip to content

Commit a87bf42

Browse files
committed
Updates for 3.4.4
1 parent 3376b63 commit a87bf42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ LMAX Development Team
1313

1414
## Changelog
1515

16+
### 3.4.4
17+
18+
- Lazy-loading of Logger instances
19+
1620
### 3.4.3
1721

1822
- Add Automatic-Module-Name to MANIFEST.MF

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'idea'
2424
defaultTasks 'build'
2525

2626
group = 'com.lmax'
27-
version = new Version(major: 3, minor: 4, revision: 3)
27+
version = new Version(major: 3, minor: 4, revision: 4)
2828

2929
ext {
3030
fullName = 'Disruptor Framework'

0 commit comments

Comments
 (0)