-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update CHANGELOG.md for 1.23 strong mode changes #29183
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
Conversation
Did this as a pull request for easier previewing/editing. |
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.
lgtm
@@ -25,6 +25,56 @@ | |||
characters to the console on Windows. Calls to `Stdout.add*()` behave as | |||
before. | |||
|
|||
### Strong Mode |
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.
I think the last few releases has had these under the top ###Language
section, with the individual changes then calling out if they are strong mode specific or not?
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.
But maybe this is different as these are semantic changes to existing language constructs?
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.
ah that's a fair point! thoughts @leafpetersen ?
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.
SGTM, I had the same thought.
Chatted with Leaf, he suggested I merge this then he'll combine with his other 1.23 language changes. Thanks all! |
No description provided.