Skip to content

Commit

Permalink
Add forward progress update to NEWS.md (#54089)
Browse files Browse the repository at this point in the history
Closes #40009 which was left open because of the needs news tag.

---------

Co-authored-by: Ian Butterworth <[email protected]>
  • Loading branch information
LilithHafner and IanButterworth authored Oct 3, 2024
1 parent 234baad commit be40163
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ Language changes
expression within a given `:toplevel` expression to make use of macros
defined earlier in the same `:toplevel` expression. ([#53515])

- Trivial infinite loops (like `while true; end`) are no longer undefined
behavior. Infinite loops that actually do things (e.g. have side effects
or sleep) were never and are still not undefined behavior. ([#52999])

Compiler/Runtime improvements
-----------------------------

Expand Down

0 comments on commit be40163

Please sign in to comment.