Skip to content
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

parse unicode forall and exists as identifiers #42314

Merged
Prev Previous commit
Next Next commit
add pr to news
Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
  • Loading branch information
willow-ahrens and stevengj authored Sep 20, 2021
commit 319d27c39e696820b3bb410a2b9d798821e01c10
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ New language features
to enforce the involved function calls to be (or not to be) inlined. ([#41312])
* The default behavior of observing `@inbounds` declarations is now an option via `auto` in `--check-bounds=yes|no|auto` ([#41551])
* New function `eachsplit(str)` for iteratively performing `split(str)`.
* `∀` and `∃` are now allowed as identifier characters.
* `∀` and `∃` are now allowed as identifier characters ([#42314]).

Language changes
----------------
Expand Down