Update CHANGELOG.md

This commit is contained in:
Sunli 2022-08-09 14:53:32 +08:00
parent a54b131926
commit abd504412d
1 changed files with 5 additions and 1 deletions

View File

@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [4.0.7] 2022-08-09
- Limit parser recursion depth to `64`.
# [4.0.6] 2022-07-21
- Limit recursive depth to `256` by default
- Limit execution recursion depth to `32` by default.
# [4.0.5] 2022-07-18