Skip to content

Commit

Permalink
updated CHANGELOG for 2.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 26, 2015
1 parent 64e9584 commit a5914d2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG-2.3.md
Expand Up @@ -7,6 +7,23 @@ in 2.3 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1

* 2.3.29 (2015-05-26)

* security #14759 [HttpKernel] Do not call the FragmentListener if _controller is already defined (jakzal)
* bug #14715 [Form] Check instance of FormBuilderInterface instead of FormBuilder (dosten)
* bug #14678 [Security] AbstractRememberMeServices::encodeCookie() validates cookie parts (MacDada)
* bug #14635 [HttpKernel] Handle an array vary header in the http cache store (jakzal)
* bug #14513 [console][formater] allow format toString object. (aitboudad)
* bug #14335 [HttpFoundation] Fix baseUrl when script filename is contained in pathInfo (danez)
* bug #14593 [Security][Firewall] Avoid redirection to XHR URIs (asiragusa)
* bug #14618 [DomCrawler] Throw an exception if a form field path is incomplete (jakzal)
* bug #14698 Fix HTML escaping of to-source links (nicolas-grekas)
* bug #14690 [HttpFoundation] IpUtils::checkIp4() should allow `/0` networks (zerkms)
* bug #14262 [TwigBundle] Refresh twig paths when resources change. (aitboudad)
* bug #13633 [ServerBag] Handled bearer authorization header in REDIRECT_ form (Lance0312)
* bug #13637 [CSS] WebProfiler break words (nicovak)
* bug #14633 [EventDispatcher] make listeners removable from an executed listener (xabbuh)

* 2.3.28 (2015-05-10)

* bug #14266 [HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason)
Expand Down

0 comments on commit a5914d2

Please sign in to comment.