Module(:name, false, false)
can be used to create amodule
that does not importCore
. ([#40110])@inline
and@noinline
annotations may now be used in function bodies. ([#41312])
- Now uses
textwidth
for formatting%s
and%c
widths ([#41085]).
- The standard log levels
BelowMinLevel
,Debug
,Info
,Warn
,Error
, andAboveMaxLevel
are now exported from the Logging stdlib ([#40980]).