aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-08-14 16:57:31 +0200
committerKim Alvefur <zash@zash.se>2022-08-14 16:57:31 +0200
commitc85c18b03ab627ee81273d4c0f0009e1a5cc2d03 (patch)
tree9add9e2fed946e270cc3fe1736c4e78e5d31e8b3 /CHANGES
parentd79609ddc922ef12032c738fdb8e602818f244e0 (diff)
downloadprosody-c85c18b03ab627ee81273d4c0f0009e1a5cc2d03.tar.gz
prosody-c85c18b03ab627ee81273d4c0f0009e1a5cc2d03.zip
util.datetime: Add support for sub-second precision timestamps
Lua since 5.3 raises a fuss when time functions are handed a number with a fractional part and the underlying C functions are all based on integer seconds without support for more precision.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 48fe37d5..7df64d70 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,10 @@ TRUNK
- Advertise supported SASL Channel-Binding types (XEP-0440)
- Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3
+## Changes
+
+- Support sub-second precision timestamps
+
## Removed
- Lua 5.1 support