8000 Release v3.1.0-RC1 by fabpot · Pull Request #18885 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Release v3.1.0-RC1 #18885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated CHANGELOG for 3.1.0-RC1
  • Loading branch information
fabpot committed May 26, 2016
commit 73914a391ea6c554df02df450a0d4b927c615f5f
21 changes: 21 additions & 0 deletions CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ in 3.1 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.1.0...v3.1.1

* 3.1.0-RC1 (2016-05-26)

* bug #18879 [Console] SymfonyStyle: Align multi-line/very-long-line blocks (chalasr)
* bug #18881 [Security][Ldap] Fixed issue with password attribute containing an array of values. (csarrazi)
* bug #18864 [Console][DX] Fixed ambiguous error message when using a duplicate option shortcut (peterrehm)
* bug #18883 Fix js comment in profiler (linnaea)
* feature #18867 [Cache] Drop counting hit/miss in ProxyAdapter (nicolas-grekas)
* bug #18837 [Serializer] AbstractObjectNormalizer: be sure that isAllowedAttribute is called (dunglas)
* bug #18838 [Serializer] ObjectNormalizer: add missing parameters (dunglas)
* bug #18844 [Yaml] fix exception contexts (xabbuh)
* bug #18840 [Yaml] properly handle unindented collections (xabbuh)
* bug #18765 Catch \Throwable (fprochazka)
* bug #18813 Catch \Throwable (fprochazka)
* bug #18839 People - person singularization (Keeo)
* bug #18820 [Config] Allow schemed paths in FileResource (nicolas-grekas)
* bug #18828 [Yaml] chomp newlines only at the end of YAML documents (xabbuh)
* bug #18814 Fixed server status command when port has been omitted (peterrehm)
* bug #18759 [Validator] Support for DateTimeImmutable (krzysiekpiasecki)
* bug #18799 Use levenshtein level for better Bundle matching (j0k3r)
* bug #18413 [WebProfilerBundle] Fix CORS ajax security issues (romainneutron)

* 3.1.0-BETA1 (2016-05-13)

* feature #18725 [Ldap] Added the possibility to configure all available Ldap options for connection (csarrazi)
Expand Down
0