Skip to content

Commit

Permalink
Typo fix in NEWS.md (JuliaLang#38266)
Browse files Browse the repository at this point in the history
There's also a bunch of issue links that are missing (JuliaLang#37410, JuliaLang#37247, JuliaLang#37540, JuliaLang#37973, JuliaLang#37461, JuliaLang#37753) but it seems there's a script that generates the links so I'm assuming that will be fixed automatically.

Co-authored-by: Viral B. Shah <[email protected]>
  • Loading branch information
tlienart and ViralBShah authored Nov 10, 2020
1 parent 9f0682d commit 8fc3221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Compiler/Runtime improvements
* All platforms can now use `@executable_path` within `jl_load_dynamic_library()`.
This allows executable-relative paths to be embedded within executables on all
platforms, not just MacOS, which the syntax is borrowed from ([#35627]).
* Constant propogation now occurs through keyword arguments ([#35976]).
* Constant propagation now occurs through keyword arguments ([#35976]).
* The precompilation cache is now created atomically ([#36416]). Invoking _n_
Julia processes simultaneously may create _n_ temporary caches.

Expand Down

0 comments on commit 8fc3221

Please sign in to comment.