@@ -17,7 +17,7 @@ New language features
17
17
* ` ∀ ` , ` ∃ ` , and ` ∄ ` are now allowed as identifier characters ([ #42314 ] ).
18
18
* Support for Unicode 14.0.0 ([ #43443 ] ).
19
19
* ` 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 ] ).
21
21
22
22
Language changes
23
23
----------------
@@ -220,6 +220,7 @@ Tooling Improvements
220
220
[ #38791 ] : https://github.com/JuliaLang/julia/issues/38791
221
221
[ #39241 ] : https://github.com/JuliaLang/julia/issues/39241
222
222
[ #39245 ] : https://github.com/JuliaLang/julia/issues/39245
223
+ [ #40110 ] : https://github.com/JuliaLang/julia/issues/40110
223
224
[ #40382 ] : https://github.com/JuliaLang/julia/issues/40382
224
225
[ #40642 ] : https://github.com/JuliaLang/julia/issues/40642
225
226
[ #40783 ] : https://github.com/JuliaLang/julia/issues/40783
@@ -238,6 +239,7 @@ Tooling Improvements
238
239
[ #41794 ] : https://github.com/JuliaLang/julia/issues/41794
239
240
[ #41888 ] : https://github.com/JuliaLang/julia/issues/41888
240
241
[ #41936 ] : https://github.com/JuliaLang/julia/issues/41936
242
+ [ #42154 ] : https://github.com/JuliaLang/julia/issues/42154
241
243
[ #42211 ] : https://github.com/JuliaLang/julia/issues/42211
242
244
[ #42225 ] : https://github.com/JuliaLang/julia/issues/42225
243
245
[ #42248 ] : https://github.com/JuliaLang/julia/issues/42248
0 commit comments