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 877d68b commit c91a4f4Copy full SHA for c91a4f4
README.md
@@ -19,7 +19,11 @@ Boost::ASIO low-level redis client (connector)
19
20
## Changelog
21
22
-## 0.10
+## 0.11
23
+- [feature, possible breakage] add `BOOST_ASIO_NO_DEPRECATED` definition
24
+for better support boost `v1.74` and modernize boost API usage
25
+
26
+### 0.10
27
- [bugfix] avoid access to protected destructor (c++17 compatibility)
28
29
### 0.09
@@ -772,6 +776,7 @@ MIT
772
776
- [maxtorm miximtor](https://github.com/miximtor)
773
777
- [Ronny Nowak](https://github.com/dargun)
774
778
- [Stephen Chisholm](https://github.com/sbchisholm)
779
+- [amensel](https://github.com/amensel)
775
780
781
## See also
782
- https://github.com/Cylix/cpp_redis
0 commit comments