Skip to content

v1.0.0

Compare
Choose a tag to compare
@simbleau simbleau released this 30 May 04:29
· 26 commits to main since this release

Added

  • Nothing

Changed

  • range_push
    The range_push(&str) function was changed to range_push!(...) which uses argument format capturing similar to the println!(...) macro. This is a breaking change.
  • range_pop
    The range_pop() function was changed to range_push!(). This is a breaking change.
  • mark
    The mark(&str) function was changed to mark!(...) which uses argument format capturing similar to the println!(...) macro. This is a breaking change.

Fixed

  • Nothing