Skip to content

Commit

Permalink
change log for 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Jul 13, 2017
1 parent 95aba0d commit 4ad7ebc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
* 2.1.6(2017-6-12)
* 2.1.7 (2017-06-12)
** declare beanDependencyManager bean in static way to eliminate warning log during startup
* 2.2.0.Beta4 (2017-06-12)
** declare beanDependencyManager bean in static way to eliminate warning log during startup
* 2.1.6 (2017-6-12)
** fix compatible problem with Spring(<=4.2) in jetcache 2.1.5
* 2.2.0.Beta3 (2017-06-12)
** fix compatible problem with Spring(<=4.2) in jetcache 2.1.5, 2.2.0.Beta1, 2.2.0.Beta2
* 2.2.0.Beta2 (2017-06-08)
** MultiLevelCache now supports unwrap method
** optimise RefreshCache
* 2.2.0.Beta1 (2017-06-05)
** support redis luttece client
** introduce asynchronous cache API (when using luttece)
** introduce auto load (read through) and auto refresh features
** add timeUnit attribute to @Cached and @CreateCache
** some internal API refactor
* 2.1.5 (2017-05-08)
** fix issue #5 : exception occurs when invoking @Cached method in @PostConstruct method with Spring Boot
* 2.1.4 (2017-04-27)
Expand Down

0 comments on commit 4ad7ebc

Please sign in to comment.