summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-28 14:28:02 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-28 14:30:21 +0200
commite84df1a03690d24cb87d53fb4ed70af9c473c6fb (patch)
tree0266bfdab0a6942dd160d4d10d47b84afdec04eb /docs
parenta0249d230961c9ccbcc37dea61357f0ea56961cc (diff)
Fix tests on Windows
Fixes #386.
Diffstat (limited to 'docs')
-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]`