Skip to content

Commit c0607f2

Browse files
committed
changelog and v5.0.10
1 parent 5c6f79d commit c0607f2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ All notable changes to Jodd project are documented here.
1010
### New features
1111

1212
+ **decora** - added `decora.cache` flag that caches decorator content
13-
+ **decora** added methods on `DecoraManager` to register the decorator content or files.
13+
+ **decora** - added methods on `DecoraManager` to register the decorator content or files.
14+
+ **json** - internal improvements (thanx to [Gatling](https://gatling.io) !)
1415

1516
### Bug fixes
1617

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ description = '''
4545
simple, but not simpler.
4646
'''
4747

48-
//version = '5.0.9-' + date()
49-
version = '5.0.9'
48+
//version = '5.0.11-' + date()
49+
version = '5.0.10'
5050

5151
// --- properties -------------------------------------------------------------
5252

0 commit comments

Comments
 (0)