Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Commit

Permalink
[4.1.0] update changelog for v4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix committed Sep 26, 2017
1 parent 6da2814 commit a99fabd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [v4.1.0](https://github.com/Cylix/cpp_redis/releases/tag/4.1.0)
### Tag
`4.1.0`.
### Date
September 26th, 2017
### Changes
* Fix some compilation issues on windows (on both cpp_redis and tacopie sides)
* scan command improvement with additional overloads
### Additions
* sort command
* hscan command
* sscan command
* zscan command
* zinterstore command
* zunionstore command
* zrangebyscore command
* zrevrangebyscore command
* zrangebylex command
* zrevrangebylex command
* georadius command
* georadiusbymember command
* bitfield command
### Removals
* Private, Protected and Static functions from doxygen documentation



## [v4.0.0](https://github.com/Cylix/cpp_redis/releases/tag/4.0.0)
### Tag
`4.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion tacopie
Submodule tacopie updated 1 files
+16 −0 CHANGELOG.md

0 comments on commit a99fabd

Please sign in to comment.