summaryrefslogtreecommitdiff
path: root/doc/source/changelog.rst
diff options
context:
space:
mode:
authorjvoisin2024-09-06 14:34:42 +0200
committerjvoisin2024-09-06 14:34:42 +0200
commit0ba0c07bc7c9cba401e061ae86ee4adcf9655be9 (patch)
treebe3238e43025c71d68942035d1260f35ea22d3db /doc/source/changelog.rst
parent47e88e18d4639185532503452c7f61799fe2fd70 (diff)
Bump the changelogv0.11.0
Diffstat (limited to '')
-rw-r--r--doc/source/changelog.rst27
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 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.11.0 - ` Mastodon <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.12.0>`__ 2024/09/06
5-------------------------------------------------------------------------------------------------
6
7New 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
14Breaking Changes
15^^^^^^^^^^^^^^^^
16
17Bug 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
40.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 2023/09/20 310.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 2023/09/20
5---------------------------------------------------------------------------------------------------------- 32----------------------------------------------------------------------------------------------------------
6 33