We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3376b63 commit a87bf42Copy full SHA for a87bf42
README.md
@@ -13,6 +13,10 @@ LMAX Development Team
13
14
## Changelog
15
16
+### 3.4.4
17
+
18
+- Lazy-loading of Logger instances
19
20
### 3.4.3
21
22
- Add Automatic-Module-Name to MANIFEST.MF
build.gradle
@@ -24,7 +24,7 @@ apply plugin: 'idea'
24
defaultTasks 'build'
25
26
group = 'com.lmax'
27
-version = new Version(major: 3, minor: 4, revision: 3)
+version = new Version(major: 3, minor: 4, revision: 4)
28
29
ext {
30
fullName = 'Disruptor Framework'
0 commit comments