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)