Skip to content

Commit ae96279

Browse files
committed
updated CHANGELOG for 2.4.1
1 parent 8cc2414 commit ae96279

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG-2.4.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,55 @@ in 2.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.4.0...v2.4.1
99

10+
* 2.4.1 (2014-01-05)
11+
12+
* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)
13+
* bug #9940 [EventDispatcher] Fix hardcoded listenerTag name in error message (lemoinem)
14+
* bug #9923 [DoctrineBridge] Fixed an issue with DoctrineParserCache (florianv)
15+
* bug #9908 [HttpFoundation] Throw proper exception when invalid data is passed to JsonResponse class (stloyd)
16+
* bug #9902 [Security] fixed pre/post authentication checks (fabpot)
17+
* bug #9910 fixed missing use statements (fabpot)
18+
* bug #9895 [Intl] Added round support for ROUND_CEILING, ROUND_FLOOR, ROUND_DOWN, ROUND_UP (pamil)
19+
* bug #9899 [Filesystem | WCM] 9339 fix stat on url for filesystem copy (cordoval)
20+
* bug #9589 [DependencyInjection] Fixed #9020 - Added support for collections in service#parameters (lavoiesl)
21+
* bug #9889 [Console] fixed column width when using the Table helper with some decoration in cells (fabpot)
22+
* bug #9323 [DomCrawler]fix #9321 Crawler::addHtmlContent add gbk encoding support (bronze1man)
23+
* bug #8997 [Security] Fixed problem with losing ROLE_PREVIOUS_ADMIN role. (pawaclawczyk)
24+
* bug #9557 [DoctrineBridge] Fix for cache-key conflict when having a \Traversable as choices (DRvanR)
25+
* bug #9879 [Security] Fix ExceptionListener to catch correctly AccessDeniedException if is not first exception (fabpot)
26+
* bug #9885 [Dependencyinjection] Fixed handling of inlined references in the AnalyzeServiceReferencesPass (fabpot)
27+
* bug #9884 [DomCrawler] Fixed creating form objects from named form nodes (jakzal)
28+
* bug #9882 Add support for HHVM in the getting of the PHP executable (fabpot)
29+
* bug #9850 [Validator] Fixed IBAN validator with 0750447346 value (stewe)
30+
* bug #9865 [Validator] Fixes message value for objects (jongotlin)
31+
* bug #9441 [Form][DateTimeToArrayTransformer] Check for hour, minute & second validity (egeloen)
32+
* bug #9720 [FrameworkBundle] avoid tables to have apparently long blank line breaks and be too far appart for long nested array params (cordoval)
33+
* bug #9867 #9866 [Filesystem] Fixed mirror for symlinks (COil)
34+
* bug #9806 [Security] Fix parent serialization of user object (ddeboer)
35+
* bug #9834 [DependencyInjection] Fixed support for backslashes in service ids. (jakzal)
36+
* bug #9826 fix #9356 [Security] Logger should manipulate the user reloaded from provider (matthieuauger)
37+
* feature #9775 [FrameworkBundle] Added extra details in XMLDescriptor to improve container description (Exelenz)
38+
* bug #9771 Crawler default namespace fix (crudecki)
39+
* bug #9769 [BrowserKit] fixes #8311 CookieJar is totally ignorant of RFC 6265 edge cases (jzawadzki)
40+
* bug #9697 [Config] fix 5528 let ArrayNode::normalizeValue respect order of value array provided (cordoval)
41+
* bug #9701 [Config] fix #7243 allow 0 as arraynode name (cordoval)
42+
* bug #9795 [Form] Fixed issue in BaseDateTimeTransformer when invalid timezone cause Trans... (tyomo4ka)
43+
* bug #9714 [HttpFoundation] BinaryFileResponse should also return 416 or 200 on some range-requets (SimonSimCity)
44+
* bug #9601 [Routing] Remove usage of deprecated _scheme requirement (Danez)
45+
* bug #9489 [DependencyInjection] Add normalization to tag options (WouterJ)
46+
* bug #9135 [Form] [Validator] fix maxLength guesser (franek)
47+
* bug #9790 [Filesystem] Changed the mode for a target file in copy() to be write only (jakzal)
48+
* bug #9758 [Console] fixed TableHelper when cell value has new line (k-przybyszewski)
49+
* bug #9760 [Routing] Fix router matching pattern against multiple hosts (karolsojko)
50+
* bug #9768 [FrameworkBundle] Fixed bug in XMLDescriptor (Exelenz)
51+
* bug #9700 [ExpressionLanguage] throw exception when parameters contain expressions (aitboudad)
52+
* bug #9674 [Form] rename validators.ua.xlf to validators.uk.xlf (craue)
53+
* bug #9722 [Validator]Fixed getting wrong msg when value is an object in Exception (aitboudad)
54+
* bug #9750 allow TraceableEventDispatcher to reuse event instance in nested events (evillemez)
55+
* bug #9718 [validator] throw an exception if isn't an instance of ConstraintValidatorInterface. (aitboudad)
56+
* bug #9716 Reset the box model to content-box in the web debug toolbar (stof)
57+
* bug #9711 [FrameworkBundle] Allowed "0" as a checkbox value in php templates (jakzal)
58+
1059
* 2.4.0 (2013-12-03)
1160

1261
* bug #9673 Fixed BC break in csrf protection (WouterJ)

0 commit comments

Comments
 (0)