diff options
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 3a905d0b9..4ee9dcee9 100644 --- a/changelog.md +++ b/changelog.md @@ -29,7 +29,7 @@ - The returned tuple of ``system.instantiationInfo`` now has a third field containing the column of the instantiation. -- ``cookies.setCookie` no longer assumes UTC for the expiration date. +- ``cookies.setCookie`` no longer assumes UTC for the expiration date. - ``strutils.formatEng`` does not distinguish between ``nil`` and ``""`` strings anymore for its ``unit`` parameter. Instead the space is controlled by a new parameter ``useUnitSpace``. |