We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cadd7 commit 9c98bf4Copy full SHA for 9c98bf4
Changes
@@ -0,0 +1,14 @@
1
+Changes
2
+=======
3
+
4
+v1.0.5
5
+[New features]
6
+ * `(strftime.Strftime).FormatBuffer([]byte, time.Time) []byte` has been added.
7
+ This allows the user to provide the same underlying `[]byte` buffer for each
8
+ call to `FormatBuffer`, which avoid allocation per call.
9
+ * `%I` formatted midnight as `00`, where it should have been using `01`
10
11
12
+before v1.0.4
13
14
+Apparently we have failed to provide Changes prior to v1.0.5 :(
0 commit comments