diff --git a/debian/changelog b/debian/changelog index eddc37ff9c014c2817391c805291e4de12378bbf..c5bbd4661261e42e5a0a4d98b3e3ea9a381cad70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +php-parser (5.3.1-1) unstable; urgency=medium + + [ Nikita Popov ] + * Support PropertyHooks in NameResolver + * Include trailing semicolon in GroupUse + * Add basic support for tab indentation + * Avoid negative indentation in formatting-preserving printer + * Support declaring functions with name exit/die + * Release PHP-Parser 5.3.1 + + -- David Prévot <taffit@debian.org> Wed, 09 Oct 2024 15:39:29 +0100 + php-parser (5.2.0-2) unstable; urgency=medium * Source-only upload