@@ -7,6 +7,38 @@ in 2.3 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.3.0...v2.3.1
9
9
10
+ * 2.3.10 (2014-02-12)
11
+
12
+ * bug #10231 [ Console] removed problematic regex (fabpot)
13
+ * bug #10245 [ DomCrawler] Added support for <area > tags to be treated as links (shamess)
14
+ * bug #10232 [ Form] Fix "Array was modified outside object" in ResizeFormListener. (Chekote)
15
+ * bug #10215 [ Routing] reduced recursion in dumper (arnaud-lb)
16
+ * bug #10207 [ DomCrawler] Fixed filterXPath() chaining (robbertkl)
17
+ * bug #10205 [ DomCrawler] Fixed incorrect handling of image inputs (robbertkl)
18
+ * bug #10191 [ HttpKernel] fixed wrong reference in TraceableEventDispatcher (fabpot)
19
+ * bug #10195 [ Debug] Fixed recursion level incrementing in FlattenException::flattenArgs(). (sun)
20
+ * bug #10151 [ Form] Update DateTime objects only if the actual value has changed (peterrehm)
21
+ * bug #10140 allow the TextAreaFormField to be used with valid/invalid HTML (dawehner)
22
+ * bug #10131 added lines to exceptions for the trans and transchoice tags (fabpot)
23
+ * bug #10119 [ Validator] Minor fix in XmlFileLoader (florianv)
24
+ * bug #10078 [ BrowserKit] add non-standard port to HTTP_HOST server param (kbond)
25
+ * bug #10091 [ Translation] Update PluralizationRules.php (guilhermeblanco)
26
+ * bug #10053 [ Form] fixed allow render 0 numeric input value (dczech)
27
+ * bug #10033 [ HttpKernel] Bugfix - Logger Deprecation Notice (Rican7)
28
+ * bug #10023 [ FrameworkBundle] Thrown an HttpException instead returning a Response in RedirectController::redirectAction() (jakzal)
29
+ * bug #9985 Prevent WDT from creating a session (mvrhov)
30
+ * bug #10000 [ Console] Fixed the compatibility with HHVM (stof)
31
+ * bug #9979 [ Doctrine Bridge] [ Validator ] Fix for null values in assosiated properties when using UniqueEntityValidator (vpetrovych)
32
+ * bug #9983 [ TwigBridge] Update min. version of Twig (stloyd)
33
+ * bug #9970 [ CssSelector] fixed numeric attribute issue (jfsimon)
34
+ * bug #9747 [ DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib (iamluc)
35
+ * bug #9962 [ Process] Fix #9861 : Revert TTY mode (romainneutron)
36
+ * bug #9960 [ Form] Update minimal requirement in composer.json (stloyd)
37
+ * bug #9952 [ Translator] Fix Empty translations with Qt files (vlefort)
38
+ * bug #9948 [ WebProfilerBundle] Fixed profiler toolbar icons for XHTML. (rafalwrzeszcz)
39
+ * bug #9933 Propel1 exception message (jaugustin)
40
+ * bug #9949 [ BrowserKit] Throw exception on invalid cookie expiration timestamp (anlutro)
41
+
10
42
* 2.3.9 (2014-01-05)
11
43
12
44
* bug #9938 [ Process] Add support SAPI cli-server (peter-gribanov)
0 commit comments