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

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix authored Feb 26, 2017
1 parent 192e2ac commit 6a541d9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [v3.1](https://github.com/Cylix/cpp_redis/releases/tag/3.1.0)
## [v3.1.1](https://github.com/Cylix/cpp_redis/releases/tag/3.1.1)
### Changes
* Fix: subscriber callbacks were sometimes not called due to poll not listening to the appropriate events. Mostly impacted windows as referred in #51, but unix version might also be impacted. Fixed by updating the reference tacopie which contains the fix.

### Additions
None

### Removals
None

## [v3.1.0](https://github.com/Cylix/cpp_redis/releases/tag/3.1.0)
### Changes
* Fix: compilation for specific windows compilers concerning atomic variables
* Fix: handle correctly array replies with negative size by returning a null reply instead of throwing an invalid format exception
Expand All @@ -15,7 +25,7 @@
None


## [v3.0](https://github.com/Cylix/cpp_redis/releases/tag/3.0.0)
## [v3.0.0](https://github.com/Cylix/cpp_redis/releases/tag/3.0.0)
### Changes
* Rewrite the network side of cpp_redis by using the [tacopie library](https://github.com/Cylix/tacopie)

Expand Down

0 comments on commit 6a541d9

Please sign in to comment.