From 5ebc087ef05141c443e0f72fa806993a9b707193 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 27 Aug 2024 17:43:19 +0200 Subject: [PATCH 1/2] [TASK] Improve formatting in the changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9429b04e..48d7efd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,8 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Changed - Block installations on unsupported higher PHP versions (#691) -- Improve performance of Value::parseValue with many delimiters by refactoring to remove array_search() (#413) +- Improve performance of `Value::parseValue` with many delimiters by refactoring + to `remove array_search()` (#413) - Add visibility to all class/interface constants (#469) ### Deprecated From d63d40cc63e500796dba969609c3a8c1a549276f Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 28 Aug 2024 23:56:10 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: JakeQZ --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d7efd3..d43bfaf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Block installations on unsupported higher PHP versions (#691) - Improve performance of `Value::parseValue` with many delimiters by refactoring - to `remove array_search()` (#413) + to remove `array_search()` (#413) - Add visibility to all class/interface constants (#469) ### Deprecated