diff --git a/Misc/NEWS b/Misc/NEWS index 6997f03c73d..0034710484a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -17,6 +17,11 @@ Extension modules - fcntl now exposes the strops.h I_* constants. +- datetime changes: + + today() and now() now round system timestamps to the closest + microsecond . + Library -------