phobos/changelog/std-datetime.dd
2021-03-19 04:51:06 +01:00

5 lines
202 B
Text

The old benchmarking functionality in `std.datetime` has been removed.
It had been deprecated in 2.077.0 in favor of
`std.datetime.stopwatch`, which uses `core.time.MonoTime` and
`core.time.Duration`.