Skip to content

Commit

Permalink
CHANGELOG for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nateware committed Sep 18, 2019
1 parent aa046db commit 65212c3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
= Changelog for Redis::Objects

== 1.5.0 (18 Sep 2019)

* updated README on expireat [Nate Wiger]

* Add option for using a custom serializer [Tomás Rojas]

* DRY up objects to enable custom prefixing when desired [Tomás Rojas]

* Allow spop to return multiple members [Evan Paul]

* Rename #delete! to #redis_delete_objects [Mattias Pfeiffer]

* Make deletion simpler with just 1 call to Redis [Mattias Pfeiffer]

* Move `CoreCommands` inclusion to `BaseObject` [Tomás Rojas]

* Move `Enumerable` functionality to `EnumerableObject` [Tomás Rojas]

* Move `attr_reader`s to `Redis::BaseObject` [Tomás Rojas]

== 1.4.3 (7 Oct 2018)

* Merge pull request #235 from johnc219/fix/end-time-expiration Add expiration in seconds to obtain end_time [Nate Wiger]
Expand Down

0 comments on commit 65212c3

Please sign in to comment.