Skip to content

Commit

Permalink
Version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Feb 20, 2017
1 parent 46df5bc commit 34add2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.3.1
-----

- Fix some cases will raise "uninitialized constant SecondLevelCache::Mixin" error. (#66)

2.3.0
-----

* Use Model schema digest as cache_version, so you don't need set `:version` option now. (#60)
* Fix `store` serialize option (#62)
* Remove `acts_as_cached` method now! Please use `second_level_cache`. (#59)

2.2.7
-----

Expand Down
2 changes: 1 addition & 1 deletion lib/second_level_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module SecondLevelCache
VERSION = '2.3.0'.freeze
VERSION = '2.3.1'.freeze
end

0 comments on commit 34add2c

Please sign in to comment.