diff --git a/CHANGES.md b/CHANGES.md index 37ad5c5187cbe..f21fe5bfeb461 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +## edge-19.7.2 + +* CLI + * Refactored the `linkerd endpoints` to use the same interface as used by the + proxy for service discovery information + * Fixed a bug where `linkerd inject` would fail when given a path to a file + outside the current directory +* Proxy + * Fixed a bug where DNS queries could persist longer than necessary + * Improved router eviction to remove idle services in a more timely manner + * Fixed a bug where the proxy would fail to process requests with obscure + characters in the URI + ## edge-19.7.1 * CLI