diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2022-02-14 05:35:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 14:35:33 +0100 |
commit | 8e8231f9d6e586a32af7b80892244dc1033db871 (patch) | |
tree | a1928396869007406d0a5277ae11ad0538ab9bba /changelog.md | |
parent | 42eeab5fd181ffca6d1197b704a15f056939cfa8 (diff) | |
download | Nim-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.md | 3 |
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`, |