diff options
| author | jvoisin | 2023-09-20 15:21:03 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-20 15:21:03 +0200 |
| commit | cb3d7aed877ce2a0952c00f1950d57c72d664b49 (patch) | |
| tree | 0d4d967dfeea8ffc26658b53f4e340fe44f08943 /doc/source | |
| parent | 688fe2f4f1a10485628521af1f3c8f6c6afd79b6 (diff) | |
Bump the changelogv0.10.0
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/changelog.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index aa039e4..7d70498 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst | |||
| @@ -1,6 +1,25 @@ | |||
| 1 | Changelog | 1 | Changelog |
| 2 | ========= | 2 | ========= |
| 3 | 3 | ||
| 4 | 0.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 2023/09/20 | ||
| 5 | ---------------------------------------------------------------------------------------------------------- | ||
| 6 | |||
| 7 | New features | ||
| 8 | ^^^^^^^^^^^^ | ||
| 9 | * Compatibility with PHP8.3 | ||
| 10 | * Add `sp.log_max_len` to limit the maximum size of the log messages | ||
| 11 | * Add an example configuration for Xenforo 2.2.12 | ||
| 12 | |||
| 13 | Breaking Changes | ||
| 14 | ^^^^^^^^^^^^^^^^ | ||
| 15 | * Url encode functions arguments when logging them | ||
| 16 | |||
| 17 | Bug fixes | ||
| 18 | ^^^^^^^^^ | ||
| 19 | * Fix a possible NULL-byte truncation when outputting parameters in the logs | ||
| 20 | * Make readonly_exec play nice on readonly filesystems | ||
| 21 | |||
| 22 | |||
| 4 | 0.9.0 - `Elephant seal <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.9.0>`__ 2023/01/03 | 23 | 0.9.0 - `Elephant seal <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.9.0>`__ 2023/01/03 |
| 5 | --------------------------------------------------------------------------------------------------- | 24 | --------------------------------------------------------------------------------------------------- |
| 6 | 25 | ||
