diff options
| author | jvoisin | 2022-08-27 17:34:24 +0200 |
|---|---|---|
| committer | jvoisin | 2022-08-27 17:34:24 +0200 |
| commit | e9cb71769ae7a4c189fb2ecadc52b20bb8980166 (patch) | |
| tree | 592e3343d593cc3f79a8cd484cd4fc7f120cf37a /doc | |
| parent | e6219a095de78ce03be4a36360020a6f4fe94105 (diff) | |
Bump the changelogv0.8.3
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changelog.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index a406953..d5d6ba7 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,6 +1,29 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.8.3 - `Surus <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.3>`__ 2022/08/27 | ||
| 5 | ------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | * Add the ability to dump the parameter passed to `eval` | ||
| 10 | * Add the ability to match on `eval`'s parameter | ||
| 11 | * Add optional extended checks for `readonly_exec` | ||
| 12 | * Add config error for ini rules with identical key | ||
| 13 | * Add disabled functions return type to config export | ||
| 14 | |||
| 15 | Breaking Changes | ||
| 16 | ^^^^^^^^^^^^^^^^ | ||
| 17 | * Mix the stacktrace in the sha256 for the filename of .dump() | ||
| 18 | |||
| 19 | Bug fixes | ||
| 20 | ^^^^^^^^^ | ||
| 21 | * Make it actually possible to configure sloppy comparison on latests PHP7 | ||
| 22 | * Allow file:// prefix in include() wich readonly_exec mode | ||
| 23 | * Fix a possible crash when exporting function list | ||
| 24 | * Fix a minor memory leak when parsing cookie-related configuration | ||
| 25 | |||
| 26 | |||
| 4 | 0.8.2 - `Surus <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.2>`__ 2022/05/20 | 27 | 0.8.2 - `Surus <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.8.2>`__ 2022/05/20 |
| 5 | ------------------------------------------------------------------------------------------- | 28 | ------------------------------------------------------------------------------------------- |
| 6 | 29 | ||
