summaryrefslogtreecommitdiff
path: root/docs/src/general
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/general')
-rw-r--r--docs/src/general/changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index ab12344e..45de2dd6 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -5,6 +5,9 @@ description: |
---
# Changelog
+## Unreleased
+- Reduced maximum function call depth from 256 to 64.
+
## March 28, 2023
- **Breaking:** Enumerations now require a space after their marker, that is,
`[1.ok]` must now be written as `[1. ok]`