Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall committed Jul 22, 2016
1 parent 541f824 commit 8dc5e96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0] - 2016-07-22
### Added
- New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command.
- Support for plain strings using `SET ... STRING value.` syntax.
- New SEARCH command for finding strings.
- Scans can now order descending.

### Fixed
- #28: fix windows cli issue

## [1.2.0] - 2016-05-24
### Added
- #17: Roaming Geofences for NEARBY command
Expand Down

0 comments on commit 8dc5e96

Please sign in to comment.