8000 [Form] Deprecated max_length and pattern options by stefanosala · Pull Request #10001 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Form] Deprecated max_length and pattern options #10001

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

Closed
wants to merge 2 commits into from
Closed
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
Prev Previous commit
Added deprecation of max_length and pattern option in CHANGELOG
  • Loading branch information
Stefano Sala committed Jan 11, 2014
commit 81c682069275668e437d36e6eb2d5e96c0f00451
1 change: 1 addition & 0 deletions src/Symfony/Component/Form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CHANGELOG
------

* added an option for multiple files upload
* deprecated options "max_length" and "pattern" in favor of putting these values in "attr" option

2.4.0
-----
Expand Down
0