From 41c6da2cee510695a631ee7ae3308a4dbf673fe5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 1 Jan 2025 12:19:24 +0100
Subject: [PATCH] Update changelog for 5.4.0-1 release

---
 debian/changelog | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index da468627..0364e059 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+php-parser (5.4.0-1) unstable; urgency=medium
+
+  [ Ondrej Mirtes ]
+  * Promoted properties with hooks do not need visibility modifier
+  * Add flags helper methods `Property::isAbstract()` and `Property::isFinal()`
+  * Add `PropertyHook::isFinal()` helper method with tests
+  * Emit error - Multiple properties cannot share the same hooks
+
+  [ Nikita Popov ]
+  * Make PropertyHook::getStmts() less incorrect
+  * Fix PropertyHook::getStmts() for set hook
+  * Release PHP-Parser 5.4.0
+
+ -- David Prévot <taffit@debian.org>  Wed, 01 Jan 2025 12:14:31 +0100
+
 php-parser (5.3.1-2) unstable; urgency=medium
 
   * Source-only upload for testing migration
-- 
GitLab