File tree 3 files changed +37
-1
lines changed
Filter options
3 files changed +37
-1
lines changed
Original file line number Diff line number Diff line change 1
1
| Q | A
2
2
| ------------- | ---
3
- | Branch? | master for features / 3.4, 4.3, 4. 4 or 5.0 for bug fixes <!-- see below -->
3
+ | Branch? | master for features / 3.4, 4.4 or 5.0 for bug fixes <!-- see below -->
4
4
| Bug fix? | yes/no
5
5
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
6
6
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ in 4.4 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/v4.4.0...v4.4.1
9
9
10
+ * 4.4.4 (2020-01-31)
11
+
12
+ * bug #35530 [ HttpClient] Fix regex bearer (noniagriconomie)
13
+ * bug #35532 [ Validator] fix access to uninitialized property when getting value (greedyivan)
14
+ * bug #35486 [ Translator] Default value for 'sort' option in translation: update should be 'asc' (versgui)
15
+ * bug #35305 [ HttpKernel] Fix stale-if-error behavior, add tests (mpdude)
16
+ * bug #34808 [ PhpUnitBridge] Properly handle phpunit arguments for configuration file (biozshock)
17
+ * bug #35517 [ Intl] Provide more locale translations (ro0NL)
18
+ * bug #35518 [ Mailer] Fix STARTTLS support for Postmark and Mandrill (fabpot)
19
+ * bug #35480 [ Messenger] Check for all serialization exceptions during message dec… (Patrick Berenschot)
20
+ * bug #35502 [ Messenger] Fix bug when using single route with XML config (Nyholm)
21
+ * bug #35438 [ SecurityBundle] fix ldap_bind service arguments (Ioni14)
22
+ * bug #35429 [ DI] CheckTypeDeclarationsPass now checks if value is type of parameter type (pfazzi)
23
+ * bug #35464 [ ErrorHandler] Add debug argument to decide whether debug page is shown or not (yceruto)
24
+ * bug #35423 Fixes a runtime error when accessing the cache panel (DamienHarper)
25
+ * bug #35428 [ Cache] fix checking for igbinary availability (nicolas-grekas)
26
+ * bug #35424 [ HttpKernel] Check if lock can be released (sjadema)
27
+
10
28
* 4.4.3 (2020-01-21)
11
29
12
30
* bug #35364 [ Yaml] Throw on unquoted exclamation mark (fancyweb)
Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ in 5.0 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/v5.0.0...v5.0.1
9
9
10
+ * 5.0.4 (2020-01-31)
11
+
12
+ * bug #35530 [ HttpClient] Fix regex bearer (noniagriconomie)
13
+ * bug #35532 [ Validator] fix access to uninitialized property when getting value (greedyivan)
14
+ * bug #35486 [ Translator] Default value for 'sort' option in translation: update should be 'asc' (versgui)
15
+ * bug #35305 [ HttpKernel] Fix stale-if-error behavior, add tests (mpdude)
16
+ * bug #34808 [ PhpUnitBridge] Properly handle phpunit arguments for configuration file (biozshock)
17
+ * bug #35517 [ Intl] Provide more locale translations (ro0NL)
18
+ * bug #35518 [ Mailer] Fix STARTTLS support for Postmark and Mandrill (fabpot)
19
+ * bug #35480 [ Messenger] Check for all serialization exceptions during message dec… (Patrick Berenschot)
20
+ * bug #35502 [ Messenger] Fix bug when using single route with XML config (Nyholm)
21
+ * bug #35438 [ SecurityBundle] fix ldap_bind service arguments (Ioni14)
22
+ * bug #35429 [ DI] CheckTypeDeclarationsPass now checks if value is type of parameter type (pfazzi)
23
+ * bug #35464 [ ErrorHandler] Add debug argument to decide whether debug page is shown or not (yceruto)
24
+ * bug #35423 Fixes a runtime error when accessing the cache panel (DamienHarper)
25
+ * bug #35428 [ Cache] fix checking for igbinary availability (nicolas-grekas)
26
+ * bug #35424 [ HttpKernel] Check if lock can be released (sjadema)
27
+
10
28
* 5.0.3 (2020-01-21)
11
29
12
30
* bug #35364 [ Yaml] Throw on unquoted exclamation mark (fancyweb)
You can’t perform that action at this time.
0 commit comments