diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc6055c..a07805ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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