@@ -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
----------------
@@ -250,6 +250,7 @@ Tooling Improvements
250
250
[ #38791 ] : https://github.com/JuliaLang/julia/issues/38791
251
251
[ #39241 ] : https://github.com/JuliaLang/julia/issues/39241
252
252
[ #39245 ] : https://github.com/JuliaLang/julia/issues/39245
253
+ [ #40110 ] : https://github.com/JuliaLang/julia/issues/40110
253
254
[ #40382 ] : https://github.com/JuliaLang/julia/issues/40382
254
255
[ #40642 ] : https://github.com/JuliaLang/julia/issues/40642
255
256
[ #40783 ] : https://github.com/JuliaLang/julia/issues/40783
@@ -268,6 +269,7 @@ Tooling Improvements
268
269
[ #41794 ] : https://github.com/JuliaLang/julia/issues/41794
269
270
[ #41888 ] : https://github.com/JuliaLang/julia/issues/41888
270
271
[ #41936 ] : https://github.com/JuliaLang/julia/issues/41936
272
+ [ #42154 ] : https://github.com/JuliaLang/julia/issues/42154
271
273
[ #42211 ] : https://github.com/JuliaLang/julia/issues/42211
272
274
[ #42225 ] : https://github.com/JuliaLang/julia/issues/42225
273
275
[ #42248 ] : https://github.com/JuliaLang/julia/issues/42248
0 commit comments