diff options
Diffstat (limited to 'doc/source/changelog.rst')
| -rw-r--r-- | doc/source/changelog.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index d8724d0..a0d3f4a 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,6 +1,33 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.11.0 - ` Mastodon <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.12.0>`__ 2024/09/06 | ||
| 5 | ------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | * Compatibility with PHP8.4 | ||
| 10 | * Print key and value on INI violations | ||
| 11 | * Improve scripts/generate_rules.php with regard to functions from global space prefixed with \ | ||
| 12 | * Add option to specify the allowed "php" wrapper types | ||
| 13 | |||
| 14 | Breaking Changes | ||
| 15 | ^^^^^^^^^^^^^^^^ | ||
| 16 | |||
| 17 | Bug fixes | ||
| 18 | ^^^^^^^^^ | ||
| 19 | * Make 'phar' filenames work in sp.disabled_functions | ||
| 20 | * Improve the documentation | ||
| 21 | * Improve the default set of rules, especially with regard to portability | ||
| 22 | * Improve the Debian packaging | ||
| 23 | * Improve behaviour when dealing with broken configuration file | ||
| 24 | * Update the internal deprecation checks | ||
| 25 | * Don't whitelist files if the function name is actually a method of a class in scripts/generate_rules.php | ||
| 26 | * Ignore function definition in scripts/generate_rules.php | ||
| 27 | * Improve configuration dumping | ||
| 28 | * Fixed compilation on FreeBSD | ||
| 29 | |||
| 30 | |||
| 4 | 0.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 2023/09/20 | 31 | 0.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 2023/09/20 |
| 5 | ---------------------------------------------------------------------------------------------------------- | 32 | ---------------------------------------------------------------------------------------------------------- |
| 6 | 33 | ||
