From 4c2cf64ca2ad7dbcedcc8735e36310e2bc1462ed Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Mon, 26 Aug 2013 15:00:46 -0400 Subject: [PATCH] Updated the changelog for the 1.2.1 release. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0bf68..9269de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.1 (2013-09-26) + + * Disabling HTTP 1.1 keep-alive for the PHP transport layer. PHP doesn't support keep alive. + * Fixed CDN::newFromIdentity to pass on the region to enable multi-region support. + * Updated the CREDITS and contact information for Matt Butcher. + * 1.2.0 * ObjectStorage::newFromIdentity now works for multiple regions.