summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Config/version.mk4
-rw-r--r--NEWS4
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 138336e59..df09afd95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-05  dana  <dana@dana.is>
+
+	* unposted: Config/version.mk, NEWS: Update for 5.6.2-test-3
+
 2018-01-04  dana  <dana@dana.is>
 
 	* 43974: Completion/Unix/Command/_git: Always offer -F/-m for
diff --git a/Config/version.mk b/Config/version.mk
index 099b9bb58..8d59d6dc4 100644
--- a/Config/version.mk
+++ b/Config/version.mk
@@ -27,5 +27,5 @@
 # This must also serve as a shell script, so do not add spaces around the
 # `=' signs.
 
-VERSION=5.6.2-test-2
-VERSION_DATE='December 19, 2018'
+VERSION=5.6.2-test-3
+VERSION_DATE='January 5, 2019'
diff --git a/NEWS b/NEWS
index fd8ff2837..650f26b15 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ highlighting. On 88 and 256 colour terminals, a new zsh/nearcolor module
 allows colours specified with hex triplets to be matched against the
 nearest available colour.
 
+The zsh/datetime module's strftime builtin now accepts an argument
+specifying the nanoseconds time component; both arguments can be omitted
+to use the current time.
+
 Changes from 5.6.1 to 5.6.2
 ---------------------------