updated CHANGELOG for 2.3.8

This commit is contained in:
Fabien Potencier 2013-12-16 15:35:01 +01:00
parent dc79423d04
commit 30934bb7ea
1 changed files with 33 additions and 0 deletions

View File

@ -7,6 +7,39 @@ 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.8 (2013-12-16)
* bug #9758 [Console] fixed TableHelper when cell value has new line (k-przybyszewski)
* bug #9760 [Routing] Fix router matching pattern against multiple hosts (karolsojko)
* bug #9674 [Form] rename validators.ua.xlf to validators.uk.xlf (craue)
* bug #9722 [Validator]Fixed getting wrong msg when value is an object in Exception (aitboudad)
* bug #9750 allow TraceableEventDispatcher to reuse event instance in nested events (evillemez)
* bug #9718 [validator] throw an exception if isn't an instance of ConstraintValidatorInterface. (aitboudad)
* bug #9716 Reset the box model to content-box in the web debug toolbar (stof)
* bug #9711 [FrameworkBundle] Allowed "0" as a checkbox value in php templates (jakzal)
* bug #9665 [Bridge/Doctrine] ORMQueryBuilderLoader - handled the scenario when no entity manager is passed with closure query builder (jakzal)
* bug #9656 [DoctrineBridge] normalized class names in the ORM type guesser (fabpot)
* bug #9647 use the correct class name to retrieve mapped class' metadata and reposi... (xabbuh)
* bug #9648 [Debug] ensured that a fatal PHP error is actually fatal after being handled by our error handler (fabpot)
* bug #9643 [WebProfilerBundle] Fixed js escaping in time.html.twig (hason)
* bug #9641 [Debug] Avoid notice from being "eaten" by fatal error. (fabpot)
* bug #9639 Modified guessDefaultEscapingStrategy to not escape txt templates (fabpot)
* bug #9314 [Form] Fix DateType for 32bits computers. (WedgeSama)
* bug #9443 [FrameworkBundle] Fixed the registration of validation.xml file when the form is disabled (hason)
* bug #9625 [HttpFoundation] Do not return an empty session id if the session was closed (Taluu)
* bug #9637 [Validator] Replaced inexistent interface (jakzal)
* bug #9605 Adjusting CacheClear Warmup method to namespaced kernels (rdohms)
* bug #9610 Container::camelize also takes backslashes into consideration (ondrejmirtes)
* bug #9447 [BrowserKit] fixed protocol-relative url redirection (jong99)
* bug #9535 No Entity Manager defined exception (armetiz)
* bug #9485 [Acl] Fix for issue #9433 (guilro)
* bug #9516 [AclProvider] Fix incorrect behavior when partial results returned from cache (superdav42)
* bug #9352 [Intl] make currency bundle merge fallback locales when accessing data, ... (shieldo)
* bug #9537 [FrameworkBundle] Fix mistake in translation's service definition. (phpmike)
* bug #9367 [Process] Check if the pipe array is empty before calling stream_select() (jfposton)
* bug #9211 [Form] Fixed memory leak in FormValidator (bschussek)
* bug #9469 [Propel1] re-factor Propel1 ModelChoiceList (havvg)
* 2.3.7 (2013-11-14)
* bug #9499 Request::overrideGlobals() may call invalid ini value (denkiryokuhatsuden)