Skip to content

Commit f620d88

Browse files
committed
updated CHANGELOG for 2.3.26
1 parent a68f09e commit f620d88

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ in 2.3 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.3.0...v2.3.1
99

10+
* 2.3.26 (2015-03-17)
11+
12+
* bug #13927 Fixing wrong variable name from #13519 (weaverryan)
13+
* bug #13519 [DependencyInjection] fixed service resolution for factories (fabpot)
14+
* bug #13901 [Bundle] Fix charset config (nicolas-grekas, bamarni)
15+
* bug #13911 [HttpFoundation] MongoDbSessionHandler::read() now checks for valid session age (bzikarsky)
16+
* bug #13890 Fix XSS in Debug exception handler (fabpot)
17+
* bug #13744 minor #13377 [Console] Change greater by greater or equal for isFresh in FileResource (bijibox)
18+
* bug #13708 [HttpFoundation] fixed param order for Nginx's x-accel-mapping (phansys)
19+
* bug #13767 [HttpKernel] Throw double-bounce exceptions (nicolas-grekas)
20+
* bug #13769 [Form] NativeRequestHandler file handling fix (mpajunen)
21+
* bug #13779 [FrameworkBundle] silence E_USER_DEPRECATED in insulated clients (nicolas-grekas)
22+
* bug #13715 Enforce UTF-8 charset for core controllers (WouterJ)
23+
* bug #13683 [PROCESS] make sure /dev/tty is readable (staabm)
24+
* bug #13733 [Process] Fixed PhpProcess::getCommandLine() result (francisbesset)
25+
* bug #13618 [PropertyAccess] Fixed invalid feedback -> foodback singularization (WouterJ)
26+
* bug #13630 [Console] fixed ArrayInput, if array contains 0 key. (arima-ryunosuke)
27+
* bug #13647 [FrameworkBundle] Fix title and placeholder rendering in php form templates (jakzal)
28+
* bug #13607 [Console] Fixed output bug, if escaped string in a formatted string. (tronsha)
29+
* bug #13466 [Security] Remove ContextListener's onKernelResponse listener as it is used (davedevelopment)
30+
* bug #12864 [Console][Table] Fix cell padding with multi-byte (ttsuruoka)
31+
* bug #13375 [YAML] Fix one-liners to work with multiple new lines (Alex Pott)
32+
* bug #13545 fixxed order of usage (OskarStark)
33+
* bug #13567 [Routing] make host matching case-insensitive (Tobion)
34+
1035
* 2.3.25 (2015-01-30)
1136

1237
* bug #13528 [Validator] reject ill-formed strings (nicolas-grekas)

0 commit comments

Comments
 (0)