From 60a7575438fc17a4980a1dcc04132c28fab55ad5 Mon Sep 17 00:00:00 2001 From: Sterling Hanenkamp Date: Mon, 30 Jan 2023 17:12:50 -0600 Subject: [PATCH] releng: v2.3.0 --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 042dade..77b2c6f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -WIP TBD +v2.3.0 2023-01-30 * On `header.ErrManyFields` failure, `(*header.Header).Get()` now returns the value of the first field found with the error. * Add a `header.ParseTime()` function which provides the same time parsing facilities that `(*header.Header).GetTime()` and `(*header.Header).GetDate()` use.