Update changelog

This commit is contained in:
Vladimir Mihailenco 2019-06-08 16:14:15 +03:00
parent d7ac7cdcab
commit 3d8a511ecc
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
- WrapProcess is replaced with more convenient AddHook that has access to context.Context. - WrapProcess is replaced with more convenient AddHook that has access to context.Context.
- WithContext no longer creates shallow copy. - WithContext no longer creates shallow copy.
- New methods ProcessContext, DoContext, and ExecContext.
- Client respects Context.Deadline when setting net.Conn deadline.
- Client listens on Context.Done while waiting for a connection from the pool.
## v6.15 ## v6.15