Skip to content

Commit c91a4f4

Browse files
committed
Update Readme
1 parent 877d68b commit c91a4f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ Boost::ASIO low-level redis client (connector)
1919

2020
## Changelog
2121

22-
## 0.10
22+
## 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
2327
- [bugfix] avoid access to protected destructor (c++17 compatibility)
2428

2529
### 0.09
@@ -772,6 +776,7 @@ MIT
772776
- [maxtorm miximtor](https://github.com/miximtor)
773777
- [Ronny Nowak](https://github.com/dargun)
774778
- [Stephen Chisholm](https://github.com/sbchisholm)
779+
- [amensel](https://github.com/amensel)
775780

776781
## See also
777782
- https://github.com/Cylix/cpp_redis

0 commit comments

Comments
 (0)