Skip to content

Commit 5a5fc98

Browse files
authored
Revert "Add news for Dates - ISO year / ISO week utilities" (#59830)
1 parent 875c29c commit 5a5fc98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

NEWS.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ Standard library changes
111111
* Introspection utilities such as `@code_typed`, `@which` and `@edit` now accept type annotations as substitutes for values, recognizing forms such as `f(1, ::Float64, 3)` or even `sum(::Vector{T}; init = ::T) where {T<:Real}`. Type-annotated variables as in `f(val::Int; kw::Float64)` are not evaluated if the type annotation provides the necessary information, making this syntax compatible with signatures found in stacktraces ([#57909], [#58222]).
112112
* Code introspection macros such as `@code_lowered` and `@code_typed` now have a much better support for broadcasting expressions, including broadcasting assignments of the form `x .+= f(y)` ([#58349]).
113113

114-
#### Dates
115-
116-
* `isoweekdate, isoyear, weeksinyear` are now implemented and available for week based calendars, following [https://en.wikipedia.org/wiki/ISO_week_date](ISO week date). [#48507]
117-
118114
External dependencies
119115
---------------------
120116

0 commit comments

Comments
 (0)