Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cylix authored Mar 20, 2017
1 parent 66c9d84 commit 60cb337
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v3.2.0](https://github.com/Cylix/cpp_redis/releases/tag/3.2.0)
### Changes
* tacopie is no longer a mandatory dependency, but just provided by default and can be override if necessary.

### Additions
* add a new interface, `cpp_redis::network::tcp_client_iface` that allows you to use your own tcp_client in place of tacopie.

### Removals
* The `sync_client` has been removed as it was a duplicate of `redis_client::sync_commit` but with a different implementation based on futures. Please use `redis_client` and call `sync_commit` instead.

## [v3.1.2](https://github.com/Cylix/cpp_redis/releases/tag/3.1.2)
### Changes
* rename the `setbit()` function into `setbit_()` in order to avoid conflict with the standard library macro `setbit` causing compilation error.
Expand Down

0 comments on commit 60cb337

Please sign in to comment.