Skip to content

Commit

Permalink
Amend NEWS slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
topolarity committed Oct 29, 2024
1 parent f01c6e0 commit 75763a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Language changes
omit the default user depot ([#51448]).
* Precompilation cache files are now relocatable and their validity is now verified through
a content hash of their source files instead of their `mtime` ([#49866]).
* Extensions may now depend on other extensions, if their triggers include all of the triggers
of any extension they wish to depend upon (+ at least one other trigger). In contrast to prior
versions, ext-to-ext dependencies that don't meet this requirement are now blocked during pre-
compilation to prevent extension cycles [#55557].
* Extensions may now depend on other extensions, if their triggers include all triggers of any
extension they wish to depend upon (+ at least one other trigger). Ext-to-ext dependencies
that don't meet this requirement are now blocked from using `Base.get_extension` during pre-
compilation, to prevent extension cycles [#55557].

Compiler/Runtime improvements
-----------------------------
Expand Down

0 comments on commit 75763a7

Please sign in to comment.