From 0f01083944b2e0231fdb75ffb171e0a45d786cf6 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 22 Jun 2017 05:11:27 +0200 Subject: [PATCH] Add missing closing parenthesis to changelog entry --- changelog/split-std-datetime.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/split-std-datetime.dd b/changelog/split-std-datetime.dd index 656979a6cac..13f080340ec 100644 --- a/changelog/split-std-datetime.dd +++ b/changelog/split-std-datetime.dd @@ -28,7 +28,7 @@ $(MREF std,datetime,timezone) contains the time zone types. $(MREF std,datetime,package) contains StopWatch and the benchmarking functions (so, they can only be imported via std.datetime and not via a submodule). As those functions use $(REF TickDuration,core,time) (which is being replaced by -$(REF MonoTime,core,time), they are slated for deprecation. +$(REF MonoTime,core,time), they are slated for deprecation). $(MREF std,datetime,stopwatch) has been added. It contains versions of StopWatch and benchmark which have almost the same API as the existing symbols,