has(d,k) is now deprecated
Closed this issue · 1 comments
pkoppstein commented
julia> Calendar.now()
WARNING: has(d,k) is deprecated, use haskey(d,k) instead.
in _get_format at /Users/peter/.julia/Calendar/src/Calendar.jl:92
nolta commented
Ok, this should be fixed by a Pkg.update()
.