Module(:name, false, false)can be used to create amodulethat does not importCore. ([#40110])@inlineand@noinlineannotations may now be used in function bodies. ([#41312])
- The
lengthfunction on certain ranges of certain specific element types no longer checks for integer overflow in most cases. The new functionchecked_lengthis now available, which will try to use checked arithmetic to error if the result may be wrapping. Or use a package such as SaferIntegers.jl when constructing the range. ([#40382])
- Now uses
textwidthfor formatting%sand%cwidths ([#41085]).
- The standard log levels
BelowMinLevel,Debug,Info,Warn,Error, andAboveMaxLevelare now exported from the Logging stdlib ([#40980]).