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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 306cf54d3..4e9b8c162 100644
--- a/changelog.md
+++ b/changelog.md
@@ -93,6 +93,9 @@
 with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior.
 
 
+
+- Added `math.signbit`.
+
 ## Language changes
 
 - `nimscript` now handles `except Exception as e`.