Skip to content

Commit 6d430f5

Browse files
committed
updated CHANGELOG for 2.4.2
1 parent a68d691 commit 6d430f5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG-2.4.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ 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.2 (2014-02-12)
11+
12+
* bug #10215 [Routing] reduced recursion in dumper (arnaud-lb)
13+
* bug #10207 [DomCrawler] Fixed filterXPath() chaining (robbertkl)
14+
* bug #10205 [DomCrawler] Fixed incorrect handling of image inputs (robbertkl)
15+
* bug #10191 [HttpKernel] fixed wrong reference in TraceableEventDispatcher (fabpot)
16+
* bug #10195 [Debug] Fixed recursion level incrementing in FlattenException::flattenArgs(). (sun)
17+
* bug #10151 [Form] Update DateTime objects only if the actual value has changed (peterrehm)
18+
* bug #10140 allow the TextAreaFormField to be used with valid/invalid HTML (dawehner)
19+
* bug #10131 added lines to exceptions for the trans and transchoice tags (fabpot)
20+
* bug #10002 Routing condition bugfix (marco-jantke)
21+
* bug #10119 [Validator] Minor fix in XmlFileLoader (florianv)
22+
* bug #10078 [BrowserKit] add non-standard port to HTTP_HOST server param (kbond)
23+
* bug #10095 [Security] fix DI for SimpleFormAuthenticationListener (Tobion)
24+
* bug #10091 [Translation] Update PluralizationRules.php (guilhermeblanco)
25+
* bug #10053 [Form] fixed allow render 0 numeric input value (dczech)
26+
* bug #10067 [HttpKernel] allow null value in fragment handler (kbond)
27+
* bug #10042 [Expression Language] fix foo[index] (schokocappucino)
28+
* bug #10033 [HttpKernel] Bugfix - Logger Deprecation Notice (Rican7)
29+
* bug #10023 [FrameworkBundle] Thrown an HttpException instead returning a Response in RedirectController::redirectAction() (jakzal)
30+
* bug #9985 Prevent WDT from creating a session (mvrhov)
31+
* bug #10010 [Twig Bridge] Fixed bug in ExpressionExtension (ricbra)
32+
* bug #10000 [Console] Fixed the compatibility with HHVM (stof)
33+
* bug #9979 [Doctrine Bridge][Validator] Fix for null values in assosiated properties when using UniqueEntityValidator (vpetrovych)
34+
* bug #9983 [TwigBridge] Update min. version of Twig (stloyd)
35+
* bug #9970 [CssSelector] fixed numeric attribute issue (jfsimon)
36+
* bug #9747 [DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib (iamluc)
37+
* bug #9962 [Process] Fix #9861 : Revert TTY mode (romainneutron)
38+
* bug #9960 [Form] Update minimal requirement in composer.json (stloyd)
39+
* bug #9952 [Translator] Fix Empty translations with Qt files (vlefort)
40+
* bug #9957 [Console] Fixed command name guessing if an alternative is an alias (jakzal)
41+
* bug #9948 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML. (rafalwrzeszcz)
42+
* bug #9933 Propel1 exception message (jaugustin)
43+
* bug #9949 [BrowserKit] Throw exception on invalid cookie expiration timestamp (anlutro)
44+
1045
* 2.4.1 (2014-01-05)
1146

1247
* bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)

0 commit comments

Comments
 (0)