File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,15 @@ All notable changes to Jodd project are documented here.
44
55## [ n/a] ( https://github.com/oblac/jodd/compare/v5.0.10...master )
66
7+ ## [ v5.0.11] ( https://github.com/oblac/jodd/compare/v5.0.10...v5.0.11 )
8+
79### Breaking changes
810
911+ ** bean** - internals of Java system classes are no longer accessible.
1012
1113### Bug fixes
1214
15+ + ** db** - fixed special case of double columns, used in PostgreSQL.
1316+ ** stapler** - fixed issue with absolute urls in CSS.
1417
1518
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ description = '''
4545 simple, but not simpler.
4646'''
4747
48- version = ' 5.0.11-' + date()
49- // version = '5.0.10 '
48+ // version = '5.0.11-' + date()
49+ version = ' 5.0.11 '
5050
5151// --- properties -------------------------------------------------------------
5252
You can’t perform that action at this time.
0 commit comments