-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Note annotated string API is experimental in Julia 1.11 in HISTORY.md #58134
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
The annotated string API was marked as experimental in JuliaLang#55845 This PR updates HISTORY.md based on those changes.
I think it would be better to have an explicit Also, if this is official policy, should it also apply to other experimental things like |
Discourse may be a better place for announcing experimental changes. There isn't an official policy as far as I can tell. |
If there is no official policy, why do these history items in particular need to be removed? |
A new Julia user reading these release notes could reasonably assume that this API is a new stable part of the language. They don't have to be removed, but this part of the release notes needs to be updated to avoid confusion. |
That's right, hence my question whether this should apply to Line 2 in 860188f
It feels odd to me to single out one feature here, purging it from the HISTORY.md. I'm not aware of any case of this happening before. |
Maybe adding a note that this API has been relocated to the |
Yes that makes sense, I moved the |
backport? |
The annotated string API was marked as experimental in #55845
This PR updates HISTORY.md to reflect those changes.