Changes 418 B

1234567891011121314
  1. Changes
  2. =======
  3. v1.0.5
  4. [New features]
  5. * `(strftime.Strftime).FormatBuffer([]byte, time.Time) []byte` has been added.
  6. This allows the user to provide the same underlying `[]byte` buffer for each
  7. call to `FormatBuffer`, which avoid allocation per call.
  8. * `%I` formatted midnight as `00`, where it should have been using `01`
  9. before v1.0.4
  10. Apparently we have failed to provide Changes prior to v1.0.5 :(