From 3d8a511ecc710d09d7444b41965e90cc597296a2 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sat, 8 Jun 2019 16:14:15 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9c460..8f6f3f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - WrapProcess is replaced with more convenient AddHook that has access to context.Context. - 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