From 8d4808a6c6850b560ddf98f230e7aadfd70c1f32 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:55:34 +0800 Subject: [PATCH] adds a changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index bf7d343d1b..b2d5840dfb 100644 --- a/changelog.md +++ b/changelog.md @@ -29,6 +29,8 @@ errors. - Adds the switch `--mangle:nim|cpp`, which selects `nim` or `cpp` style name mangling when used with `debuginfo` on, defaults to `nim`. The default is changed from `cpp` to `nim`. +- The second parameter of `succ`, `pred`, `inc`, and `dec` in `system` now accepts `SomeInteger` (previously `Ordinal`). + ## Standard library additions and changes [//]: # "Additions:"