[PECL-CVS] [pecl-mail-mailparse] master: changelog for previous code cleanups and optimizations
[email protected] (Remi Collet) Fri, 19 Jun 2026 06:48:29 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Remi Collet (remicollet) Date: 2026-06-19T08:48:22+02:00 Commit: https://github.com/php/pecl-mail-mailparse/commit/c6bc7b20d9e0391ccd24e7166b967c5c1e7f5a73 Raw diff: https://github.com/php/pecl-mail-mailparse/commit/c6bc7b20d9e0391ccd24e7166b967c5c1e7f5a73.diff changelog for previous code cleanups and optimizations Changed paths: M CHANGELOG.md M package.xml Diff: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de7114..6dc34de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Unreleased - Enforce MAXLEVELS (20) cap in `alloc_new_child_part()` +- Various code cleanups and optimizations # Version 3.2.0 - 2026-04-09 diff --git a/package.xml b/package.xml index a8a31f3..7ad8b76 100644 --- a/package.xml +++ b/package.xml @@ -48,6 +48,7 @@ It can deal with rfc822 and rfc2045 (MIME) compliant messages. <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> - Enforce MAXLEVELS (20) cap in `alloc_new_child_part()` +- Various code cleanups and optimizations </notes> <contents> <dir name="/">