summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--doc/source/changelog.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index cdd493f..3cab411 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ snuffleupagus (0.4.1) UNRELEASED; urgency=medium
6 * Improve the `mb_string` hooking logic 6 * Improve the `mb_string` hooking logic
7 * The script that check uploaded file is now available in PHP 7 * The script that check uploaded file is now available in PHP
8 * Fix segfault on 32-bit for PHP7.3 8 * Fix segfault on 32-bit for PHP7.3
9 * Fix segfault when using `sloppy_comparaison` feature with array 9 * Fix segfault when using `sloppy_comparison` feature with array
10 10
11 -- kkadosh <snuffleupagus@nbs-system.com> Fri, 21 Dec 2018 11:50:00 +0200 11 -- kkadosh <snuffleupagus@nbs-system.com> Fri, 21 Dec 2018 11:50:00 +0200
12 12
diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst
index cac6cec..3ad3df6 100644
--- a/doc/source/changelog.rst
+++ b/doc/source/changelog.rst
@@ -19,7 +19,7 @@ Bug fixes
19^^^^^^^^^ 19^^^^^^^^^
20 20
21- Fix segfault on 32-bit for PHP7.3 21- Fix segfault on 32-bit for PHP7.3
22- Fix segfault when using `sloppy_comparaison` feature with array 22- Fix segfault when using `sloppy_comparison` feature with array
23 23
24 24
25 25