From 38effaec3315f6641d6fd9953867e7762bbb9770 Mon Sep 17 00:00:00 2001 From: Michael Mileusnich <467735+mikemiles-dev@users.noreply.github.com> Date: Sat, 30 Aug 2025 09:17:05 -0500 Subject: [PATCH] Fix typo in release notes for version 0.6.4 --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 21d1e11a..26011768 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,6 @@ # 0.6.4 * Removed uneeded DataNumber Parsing for Durations. -* Explicity rename methods DurationMicros and DurationNanos into DurationMicrosNTP and DurationNanosNTP. +* Renamed methods DurationMicros and DurationNanos into DurationMicrosNTP and DurationNanosNTP. * Minor Performance optimizations # 0.6.3