aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-26 21:06:02 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-26 21:06:02 +0200
commit08520fec143abd63000885f9d8fadb66ef203435 (patch)
tree292f1def3e5ec73af73c75038e19849f292ef624 /CHANGELOG.md
parente66e302cea1e562ac5030c3855d6e14fb0b64243 (diff)
Make datetime pass on -u in all cases
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbe97d4..523c4c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `pkg_*()` functions no longer _require_ a `pkg.*` value to be defined. If one
is not set explicitly, a warning will be generated, but the original name
passed to the `pkg_*()` function will be used by the host's package manager.
+- `datetime()` now always passes `-u` on to `date`.
## [1.0.0] - 2022-05-06