From b1d14aa74988c587cb32a93c4c951036381242de Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 8 Jan 2019 09:54:06 -0600 Subject: [PATCH] Adds CHANGELOG entry for #165 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d37f22f8c..d7e99c58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed +- [#165](https://github.com/zendframework/zend-http/pull/165) fixes detection of the base URL when operating under a CLI environment. + - [#149](https://github.com/zendframework/zend-http/pull/149) provides fixes to `Client::setUri()` to ensure its status as a relative or absolute URI is correctly memoized.