Skip to content

Commit

Permalink
Merge pull request #720 from petergoldstein/release/2_7_10
Browse files Browse the repository at this point in the history
Prepare for 2.7.10 release
  • Loading branch information
petergoldstein committed Mar 16, 2019
2 parents 32f5b8d + c21c217 commit 884e1ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Dalli Changelog
=====================

2.7.10
==========
- Revert frozen string change (schneems)
- Advertise supports_cached_versioning? in DalliStore (schneems)
- Better detection of fork support, to allow specs to run under Truffle Ruby
- Update logging for over max size to log as error

2.7.9
==========
- Fix behavior for Rails 5.2+ cache_versioning (GriwMF)
Expand Down
2 changes: 1 addition & 1 deletion lib/dalli/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Dalli
VERSION = '2.7.9'
VERSION = '2.7.10'
end

0 comments on commit 884e1ff

Please sign in to comment.