Skip to content

Commit 4f8c89d

Browse files
committed
updated CHANGELOG for 3.0.6
1 parent b4a889f commit 4f8c89d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG-3.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ in 3.0 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/v3.0.0...v3.0.1
99

10+
* 3.0.6 (2016-05-10)
11+
12+
* security #18736 Fixed issue with blank password with Ldap (csarrazi)
13+
* security #18733 limited the maximum length of a submitted username (fabpot)
14+
* bug #18730 [FrameworkBundle] prevent calling get() for service_container service (xabbuh)
15+
* bug #18705 added a conflict between Monolog bridge 2.8 and HTTP Kernel 3.0+ (fabpot)
16+
* bug #18709 [DependencyInjection] top-level anonymous services must be public (xabbuh)
17+
* bug #18388 [EventDispatcher] check for method to exist (xabbuh)
18+
* bug #18699 [DependencyInjection] Use the priority of service decoration on service with parent (hason)
19+
* bug #18692 add @Event annotation for KernelEvents (Haehnchen)
20+
* bug #18246 [DependencyInjection] fix ambiguous services schema (backbone87)
21+
1022
* 3.0.5 (2016-05-03)
1123

1224
* bug #18180 [Form] fixed BC break with pre selection of choices with `ChoiceType` and its children (HeahDude)

0 commit comments

Comments
 (0)