v1.0.0
Added
- Nothing
Changed
- range_push
Therange_push(&str)
function was changed torange_push!(...)
which uses argument format capturing similar to theprintln!(...)
macro. This is a breaking change. - range_pop
Therange_pop()
function was changed torange_push!()
. This is a breaking change. - mark
Themark(&str)
function was changed tomark!(...)
which uses argument format capturing similar to theprintln!(...)
macro. This is a breaking change.
Fixed
- Nothing