Skip to content

Commit 675911a

Browse files
authored
Fix hyperlinks in 1.8 news (#44371)
1 parent 37d0b55 commit 675911a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ New language features
1717
* ``, ``, and `` are now allowed as identifier characters ([#42314]).
1818
* Support for Unicode 14.0.0 ([#43443]).
1919
* `Module(:name, false, false)` can be used to create a `module` that contains no names
20-
(it does not import `Base` or `Core` and does not contain a reference to itself) ([#40110, #42154]).
20+
(it does not import `Base` or `Core` and does not contain a reference to itself) ([#40110], [#42154]).
2121

2222
Language changes
2323
----------------
@@ -220,6 +220,7 @@ Tooling Improvements
220220
[#38791]: https://github.com/JuliaLang/julia/issues/38791
221221
[#39241]: https://github.com/JuliaLang/julia/issues/39241
222222
[#39245]: https://github.com/JuliaLang/julia/issues/39245
223+
[#40110]: https://github.com/JuliaLang/julia/issues/40110
223224
[#40382]: https://github.com/JuliaLang/julia/issues/40382
224225
[#40642]: https://github.com/JuliaLang/julia/issues/40642
225226
[#40783]: https://github.com/JuliaLang/julia/issues/40783
@@ -238,6 +239,7 @@ Tooling Improvements
238239
[#41794]: https://github.com/JuliaLang/julia/issues/41794
239240
[#41888]: https://github.com/JuliaLang/julia/issues/41888
240241
[#41936]: https://github.com/JuliaLang/julia/issues/41936
242+
[#42154]: https://github.com/JuliaLang/julia/issues/42154
241243
[#42211]: https://github.com/JuliaLang/julia/issues/42211
242244
[#42225]: https://github.com/JuliaLang/julia/issues/42225
243245
[#42248]: https://github.com/JuliaLang/julia/issues/42248

0 commit comments

Comments
 (0)