chore: update changelog

This commit is contained in:
Vladimir Mihailenco 2022-10-17 16:27:10 +03:00
parent 104c757027
commit 4cb9d14eb6
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
### Changed
- Removed asynchronous cancellation based on the context timeout. It was racy in v8 and is
completely gone in v9.
- Reworked hook interface and added `DialHook`.
- Replaced `redisotel.NewTracingHook` with `redisotel.InstrumentTracing`. See
[example](example/otel) and