File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ Language changes
92
92
93
93
* `String` is renamed to `AbstractString` ([#8872]).
94
94
95
+ * `FloatingPoint` is renamed to `AbstractFloat` ([#12162]).
96
+
95
97
* `None` is deprecated; use `Union{}` instead ([#8423]).
96
98
97
99
* `Nothing` (the type of `nothing`) is renamed to `Void` ([#8423]).
@@ -1542,3 +1544,4 @@ Too numerous to mention.
1542
1544
[#12034]: https://github.com/JuliaLang/julia/issues/12034
1543
1545
[#12087]: https://github.com/JuliaLang/julia/issues/12087
1544
1546
[#12137]: https://github.com/JuliaLang/julia/issues/12137
1547
+ [#12162]: https://github.com/JuliaLang/julia/issues/12162
Original file line number Diff line number Diff line change @@ -763,3 +763,6 @@ function nonboolean_all(itr)
763
763
end
764
764
765
765
@deprecate iseltype (x,T) eltype (x) <: T
766
+
767
+ const FloatingPoint = AbstractFloat
768
+ export FloatingPoint
You can’t perform that action at this time.
0 commit comments