-
Notifications
You must be signed in to change notification settings - Fork 22
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
import v4.2 changelog; populate v5.1 changelog with already voted-in items #514
base: master
Are you sure you want to change the base?
Conversation
dddbdd7
to
8512fb3
Compare
We have an unexpected difficulty: we deprecated some attributes and constants twice (in 5.0, and again in 4.2). This causes our automated checker to fail (because it verifies that we indeed deprecate and remove things only once, see We may have to special-case the checker to not complain about these instances :( |
Solution preferred during discussion at ASC 24M06 is to special case these in the python. |
Errata PR 514 vote passed from the ASC 2024-Q3 voting |
8512fb3
to
36f6770
Compare
Should be ready to go please double check my python |
Update master revision history
closes: Import v4.2 changelog to v5.1 (master) #513