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

Commit 6a541d9

Browse files
authored
Release v3.1.1
1 parent 192e2ac commit 6a541d9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

3-
## [v3.1](https://github.com/Cylix/cpp_redis/releases/tag/3.1.0)
3+
## [v3.1.1](https://github.com/Cylix/cpp_redis/releases/tag/3.1.1)
4+
### Changes
5+
* 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.
6+
7+
### Additions
8+
None
9+
10+
### Removals
11+
None
12+
13+
## [v3.1.0](https://github.com/Cylix/cpp_redis/releases/tag/3.1.0)
414
### Changes
515
* Fix: compilation for specific windows compilers concerning atomic variables
616
* Fix: handle correctly array replies with negative size by returning a null reply instead of throwing an invalid format exception
@@ -15,7 +25,7 @@
1525
None
1626

1727

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

0 commit comments

Comments
 (0)