Skip to content

Commit

Permalink
Bump to 2.7.3 and prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Mar 14, 2015
1 parent fc70684 commit ea5794d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
@@ -1,6 +1,20 @@
Dalli Changelog
=====================

2.7.3
==========

- Assorted spec improvements
- README changes to specify defaults for failover and compress options (keen99, #470)
- SASL authentication changes to deal with Unicode characters (flypiggy, #477)
- Call to_i on ttl to accomodate ActiveSupport::Duration (#494)
- Change to implicit blocks for performance (glaucocustodio, #495)
- Change to each_key for performance (jastix, #496)
- Support stats settings - (dterei, #500)
- Raise DallError if hostname canno be parsed (dannyfallon, #501)
- Fix instrumentation for falsey values (AlexRiedler, #514)
- Support UNIX socket configurations (r-stu31, #515)

2.7.2
==========

Expand Down
2 changes: 1 addition & 1 deletion lib/dalli/version.rb
@@ -1,3 +1,3 @@
module Dalli
VERSION = '2.7.2'
VERSION = '2.7.3'
end

0 comments on commit ea5794d

Please sign in to comment.