File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ All notable changes to Jodd project are documented here.
44
55## [ Unreleased] ( https://github.com/oblac/jodd/compare/v3.9...master )
66
7+
8+ ## [ 3.9.1] ( https://github.com/oblac/jodd/compare/v3.9...3.9.1 )
9+
710### Bug Fixes
811
912+ ** proxetta** - fixed the bug with nested generics.
@@ -17,7 +20,7 @@ All notable changes to Jodd project are documented here.
1720### Breaking changes
1821
1922+ ** db** - ` DbDetector ` now returns a new type.
20-
23+ + ** swingspy ** - removed :)
2124
2225## [ 3.9] ( https://github.com/oblac/jodd/compare/v3.8.6...3.9 )
2326
Original file line number Diff line number Diff line change @@ -37,9 +37,8 @@ description = '''
3737 simple, but not simpler.
3838'''
3939
40- // version = '3.9'
41- version = ' 3.9.1-' + date()
42- // version = '3.8.6'
40+ version = ' 3.9.1'
41+ // version = '3.9.1-' + date()
4342
4443// --- properties -------------------------------------------------------------
4544
You can’t perform that action at this time.
0 commit comments