summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index b97fcdd03..306cf54d3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -84,13 +84,14 @@
 - Added `mimetypes.mimesExtMaxLen` thats equal to the length of the longest "ext" from `mimes`.
 - Added `mimetypes.mimesMaxLen` thats equal to the length of the longest "mime" from `mimes`.
 
-
-
 - Added `posix_utils.osReleaseFile` to get system identification from `os-release` file on Linux and the BSDs.
   https://www.freedesktop.org/software/systemd/man/os-release.html
 
 - Added `BackwardsIndex` overload for `JsonNode`.
 
+- `math.round` now is rounded "away from zero" in JS backend which is consistent
+with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior.
+
 
 ## Language changes