Mercurial > hg > isophonics-drupal-site
annotate vendor/symfony/browser-kit/CHANGELOG.md @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 7a779792577d |
rev | line source |
---|---|
Chris@0 | 1 CHANGELOG |
Chris@0 | 2 ========= |
Chris@0 | 3 |
Chris@0 | 4 3.2.0 |
Chris@0 | 5 ----- |
Chris@0 | 6 |
Chris@0 | 7 * Client HTTP user agent has been changed to 'Symfony BrowserKit' |
Chris@0 | 8 |
Chris@0 | 9 2.3.0 |
Chris@0 | 10 ----- |
Chris@0 | 11 |
Chris@0 | 12 * [BC BREAK] `Client::followRedirect()` won't redirect responses with |
Chris@0 | 13 a non-3xx Status Code and `Location` header anymore, as per |
Chris@0 | 14 http://tools.ietf.org/html/rfc2616#section-14.30 |
Chris@0 | 15 |
Chris@0 | 16 * added `Client::getInternalRequest()` and `Client::getInternalResponse()` to |
Chris@0 | 17 have access to the BrowserKit internal request and response objects |
Chris@0 | 18 |
Chris@0 | 19 2.1.0 |
Chris@0 | 20 ----- |
Chris@0 | 21 |
Chris@0 | 22 * [BC BREAK] The CookieJar internals have changed to allow cookies with the |
Chris@0 | 23 same name on different sub-domains/sub-paths |