summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2023-09-20 15:21:03 +0200
committerjvoisin2023-09-20 15:21:03 +0200
commitcb3d7aed877ce2a0952c00f1950d57c72d664b49 (patch)
tree0d4d967dfeea8ffc26658b53f4e340fe44f08943 /doc
parent688fe2f4f1a10485628521af1f3c8f6c6afd79b6 (diff)
Bump the changelogv0.10.0
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changelog.rst19
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 @@
1Changelog 1Changelog
2========= 2=========
3 3
40.10.0 - `Babar the Elephant <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.10.0>`__ 2023/09/20
5----------------------------------------------------------------------------------------------------------
6
7New 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
13Breaking Changes
14^^^^^^^^^^^^^^^^
15* Url encode functions arguments when logging them
16
17Bug 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
40.9.0 - `Elephant seal <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.9.0>`__ 2023/01/03 230.9.0 - `Elephant seal <https://github.com/jvoisin/snuffleupagus/releases/tag/v0.9.0>`__ 2023/01/03
5--------------------------------------------------------------------------------------------------- 24---------------------------------------------------------------------------------------------------
6 25