Skip to content

Commit ce5719a

Browse files
committed
Describe all changes since last release
1 parent e71d16a commit ce5719a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3-
## 0.13.0 (unreleased)
3+
## [Unreleased](https://github.com/mitsuhiko/redis-rs/compare/0.12.0...HEAD) - ReleaseDate
44

5-
* **Breaking change:** rename `parse_async` to `parse_redis_value_async` for consistency.
5+
**Fixes and improvements**
6+
7+
* **Breaking change:** rename `parse_async` to `parse_redis_value_async` for consistency ([ce59cecb](https://github.com/mitsuhiko/redis-rs/commit/ce59cecb830d4217115a4e74e38891e76cf01474)).
8+
* Run clippy over the entire codebase ([#238](https://github.com/mitsuhiko/redis-rs/pull/238))
9+
* Make `Script#invoke_async` generic over `aio::ConnectionLike` ([#242](https://github.com/mitsuhiko/redis-rs/pull/242))
10+
11+
### BREAKING CHANGES
12+
13+
#### Rename `parse_async` to `parse_redis_value_async` for consistency
14+
15+
If you used `redis::parse_async` before, you now need to change this to `redis::parse_redis_value_async`
16+
or import the method under the new name: `use redis::parse_redis_value_async`.
617

718
## [0.12.0](https://github.com/mitsuhiko/redis-rs/compare/0.11.0...0.12.0) - 2019-08-26
819

0 commit comments

Comments
 (0)