summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2022-02-14 05:35:33 -0800
committerGitHub <noreply@github.com>2022-02-14 14:35:33 +0100
commit8e8231f9d6e586a32af7b80892244dc1033db871 (patch)
treea1928396869007406d0a5277ae11ad0538ab9bba /changelog.md
parent42eeab5fd181ffca6d1197b704a15f056939cfa8 (diff)
downloadNim-8e8231f9d6e586a32af7b80892244dc1033db871.tar.gz
Remove deprecated math.c_frexp (#19518)
* Remove Deprecated math proc

* Remove Deprecated math proc

* Remove Deprecated math proc
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 ec13152d0..3fd66dba8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -44,6 +44,9 @@ becomes an alias for `addr`.
 
 - Changed mimedb to use an `OrderedTable` instead of `OrderedTableRef`, to use it in a const.
 
+- Removed deprecated `math.c_frexp`.
+
+
 ## Language changes
 
 - Pragma macros on type definitions can now return `nnkTypeSection` nodes as well as `nnkTypeDef`,