From fae05946a6a854b623f7cbeeb72ecf2437845065 Mon Sep 17 00:00:00 2001 From: Technosophos Date: Fri, 26 Oct 2012 15:50:38 -0500 Subject: [PATCH] Updated changelog for 1.1.0. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bad4a..46ba27e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ This changelog contains the relevant feature additions and bug fixes. To obtain a complete diff between versions you can got to https://github.com/hpcloud/HPCloud-PHP/compare/XXX...XXX where the XXX values are two different tagged versions of the library. For example, https://github.com/hpcloud/HPCloud-PHP/compare/1.0.0-beta6...1.0.0 -* 1.0.1 +* 1.1.0 * DBaaS::newFromIdentity was modified to support the new base URL format. + * All newFromIdentity() constructor functions now support $region + settings. + * Proxy configuration has been added to CURLTransport. + * Fixed autoloader for Windows. * 1.0.0 (2012-08-09)