-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Intl] Add missing entries to intl upgrade log #41362
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
[Intl] Add missing entries to intl upgrade log #41362
Conversation
All these classes are internal AFAIK. If confirmed, there is no need for these lines. |
Good to know, thank you^^ Only the deleted Exceptions are not |
Intl | ||
---------- | ||
|
||
* Deprecate `DateFormatter` namespace, use symfony/polyfill-intl-icu ^1.21 instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are internal classes. What should be mentioned are the polyfill classes for PHP class names
Okay, I will close this PR. Thank you @nicolas-grekas and @stof |
There is still a need to mention that the polyfills bundled in the component are deprecated, and that you shuld install the polyfill package if you rely on them. |
for the exception, the |
This PR was merged into the 6.0 branch. Discussion ---------- [Intl] Removed deprecated code | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - This remove deprecated code from Intl. TODO - [x] Update UPGRADE-5.3.md and UPGRADE-6.0.md in Branch 5.3 #41362 Commits ------- 87f785b [Intl] Removed deprecated code
This is a follow up of #41361.