diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-28 14:28:02 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-28 14:30:21 +0200 |
| commit | e84df1a03690d24cb87d53fb4ed70af9c473c6fb (patch) | |
| tree | 0266bfdab0a6942dd160d4d10d47b84afdec04eb /docs/src | |
| parent | a0249d230961c9ccbcc37dea61357f0ea56961cc (diff) | |
Fix tests on Windows
Fixes #386.
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/general/changelog.md | 3 |
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]` |
