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.
4
4
5
5
## [ n/a] ( https://github.com/oblac/jodd/compare/v5.0.10...master )
6
6
7
+ ## [ v5.0.11] ( https://github.com/oblac/jodd/compare/v5.0.10...v5.0.11 )
8
+
7
9
### Breaking changes
8
10
9
11
+ ** bean** - internals of Java system classes are no longer accessible.
10
12
11
13
### Bug fixes
12
14
15
+ + ** db** - fixed special case of double columns, used in PostgreSQL.
13
16
+ ** stapler** - fixed issue with absolute urls in CSS.
14
17
15
18
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ description = '''
45
45
simple, but not simpler.
46
46
'''
47
47
48
- version = ' 5.0.11-' + date()
49
- // version = '5.0.10 '
48
+ // version = '5.0.11-' + date()
49
+ version = ' 5.0.11 '
50
50
51
51
// --- properties -------------------------------------------------------------
52
52
You can’t perform that action at this time.
0 commit comments