Skip to content

Commit

Permalink
Tagging 3.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Jan 28, 2013
1 parent 6233395 commit 7901ea7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
=========

3.1.2 (2013-01-27)
------------------

* Refactored how operation responses are parsed. Visitors now include a before() method responsible for parsing the
response body. For example, the XmlVisitor now parses the XML response into an array in the before() method.
* Fixed an issue where cURL would not automatically decompress responses when the Accept-Encoding header was sent
* CURLOPT_SSL_VERIFYHOST is never set to 1 because it is deprecated (see 5e0ff2ef20f839e19d1eeb298f90ba3598784444)
* Fixed a bug where redirect responses were not chained correctly using getPreviousResponse()
* Setting default headers on a client after setting the user-agent will not erase the user-agent setting

3.1.1 (2013-01-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Guzzle/Common/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
class Version
{
const VERSION = '3.1.1';
const VERSION = '3.1.2';
}

0 comments on commit 7901ea7

Please sign in to comment.