v6.1.0: Forward compatibility with DMD, ocean.stdc.string deprecated
Notable changes
This release contains some minor fixes that help with newer D releases.
Notably, all uses of body
have been replaced by do
,
reducing the friction of upgrading to DMD v2.096.0.
Deprecations
Module ocean.stdc.string
has been deprecated
ocean.stdc.string
This module exposed C functions that have now been fully upstreamed,
hence the core
modules should be imported directly.