We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1553f commit d3ea846Copy full SHA for d3ea846
README.md
@@ -19,6 +19,9 @@ Boost::ASIO low-level redis client (connector)
19
20
## Changelog
21
22
+## 0.10
23
+- [bugfix] avoid access to protected destructor (c++17 compatibility)
24
+
25
### 0.09
26
- [bugfix] critical bug in protcol serialization on empty values
27
@@ -768,6 +771,7 @@ MIT
768
771
- [Stephen Coleman](https://github.com/omegacoleman)
769
772
- [maxtorm miximtor](https://github.com/miximtor)
770
773
- [Ronny Nowak](https://github.com/dargun)
774
+- [Stephen Chisholm](https://github.com/sbchisholm)
775
776
## See also
777
- https://github.com/Cylix/cpp_redis
0 commit comments