pallets / flask

The Python micro framework for building web applications.
https://flask.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
68.18k stars 16.24k forks source link

Update CHANGES.rst #5617

Closed CatarinaPBressan closed 1 month ago

CatarinaPBressan commented 1 month ago

Fix the issue link in the Flask 3.0.1 Changelog in the send_file argument type entry

davidism commented 1 month ago

Please target docs changes to the maintenance branch (3.0.x) so that they show up in those docs builds.

CatarinaPBressan commented 1 month ago

Ok, done.

davidism commented 1 month ago

You need to rebase to change the target, not only change it in the GitHub UI.

git rebase --onto origin/3.0.x origin/main
git push -f
CatarinaPBressan commented 1 month ago

I tried rebase but it was a mess (I didnt see your edit with the commands) so I created a new PR. https://github.com/pallets/flask/pull/5618 Sorry for the confusion.