-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Add upgrade note for #1190 #1196
Conversation
I thought the |
I understand your point @franmomu. SonataDoctrineORMAdminBundle/src/Filter/AbstractDateFilter.php Lines 67 to 77 in d6fc51c
|
Ah, that makes sense! but should the upgrade note reflect these changes? otherwise looks like just support was added (it is what happened to me). |
We should be more clear about what we should put to the UPGRADE note. If we add new feature to upgrade note, adding them to the changelog seems useless. To me, we should just add to the upgrade note things that will need change from the developer like deprecations (or mandatory BC-break) |
Personally, I see the upgrade document as the first place where I should go to check if something related to a package stopped to work or if some previous behavior seems to be changed. If I can't find something related there, I check the changelog.
I agree, I'll try to update the message today. |
If something need to be added to the upgrade document, there should always be with a "HOW-TO" then. |
Should we take the following premise as part of the "HOW-TO" you're proposing?
|
I would say yes. But in this case, I don't understand you because |
I'd say that they were already supported (the filter doesn't have any check forbidding the type), but not in a fully or a proper way (they weren't receiving the same treatment as |
Ok. |
d6fc51c
to
a98cd77
Compare
The note was updated @franmomu 👍 |
You may need to rebase |
18c341a
a98cd77
to
18c341a
Compare
@franmomu please give us a final review here, thanks |
Thanks @phansys! |
Subject
Add missing upgrade note for #1190.
I am targeting this branch, because this change does not affect BC.
Related to #1190.
I'm not adding a changelog about this change since the related PR is not present in any release yet.