diff options
| author | jvoisin | 2025-08-19 20:54:00 +0200 |
|---|---|---|
| committer | jvoisin | 2025-08-19 20:54:00 +0200 |
| commit | 1c7598c432551d0c49c2c57f249ccd5ccabce638 (patch) | |
| tree | e4814f2dd8f0739fe3490bcabd74af90d29781f4 /doc/source/changelog.rst | |
| parent | c25c8a1f25bf5ed40fbbd8642d72865dd68d054d (diff) | |
Bump the changelogv0.12.0
Diffstat (limited to 'doc/source/changelog.rst')
| -rw-r--r-- | doc/source/changelog.rst | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index a0d3f4a..490a7ea 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,7 +1,26 @@ | |||
| 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 | 4 | 0.12.0 - `Stegodontidae <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.12.0>`__ 2025/08/19 |
| 5 | ----------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | * Unify the default rules across all php versions | ||
| 10 | |||
| 11 | Breaking Changes | ||
| 12 | ^^^^^^^^^^^^^^^^ | ||
| 13 | * Snuffleupagus will no longer report outdated PHP versions | ||
| 14 | |||
| 15 | Bug fixes | ||
| 16 | ^^^^^^^^^ | ||
| 17 | * Fix a possible cookie-related crash | ||
| 18 | * Fix a NULL-pointer dereference | ||
| 19 | * Fix a minor portability issue | ||
| 20 | * Improve modern Debian support | ||
| 21 | * Improved documentation | ||
| 22 | |||
| 23 | 0.11.0 - `Mastodon <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.11.0>`__ 2024/09/06 | ||
| 5 | ------------------------------------------------------------------------------------------------- | 24 | ------------------------------------------------------------------------------------------------- |
| 6 | 25 | ||
| 7 | New features | 26 | New features |
| @@ -11,8 +30,6 @@ New features | |||
| 11 | * Improve scripts/generate_rules.php with regard to functions from global space prefixed with \ | 30 | * Improve scripts/generate_rules.php with regard to functions from global space prefixed with \ |
| 12 | * Add option to specify the allowed "php" wrapper types | 31 | * Add option to specify the allowed "php" wrapper types |
| 13 | 32 | ||
| 14 | Breaking Changes | ||
| 15 | ^^^^^^^^^^^^^^^^ | ||
| 16 | 33 | ||
| 17 | Bug fixes | 34 | Bug fixes |
| 18 | ^^^^^^^^^ | 35 | ^^^^^^^^^ |
| @@ -37,7 +54,7 @@ New features | |||
| 37 | * Add `sp.log_max_len` to limit the maximum size of the log messages | 54 | * Add `sp.log_max_len` to limit the maximum size of the log messages |
| 38 | * Add an example configuration for Xenforo 2.2.12 | 55 | * Add an example configuration for Xenforo 2.2.12 |
| 39 | 56 | ||
| 40 | Breaking Changes | 57 | Breaking C2hanges |
| 41 | ^^^^^^^^^^^^^^^^ | 58 | ^^^^^^^^^^^^^^^^ |
| 42 | * Url encode functions arguments when logging them | 59 | * Url encode functions arguments when logging them |
| 43 | 60 | ||
