From 9bf9377db7036d8153261608f4bb03d35db9c58a Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 9 Jun 2023 12:47:14 +0545 Subject: [PATCH] Add 2.3.3 patch changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d25cdc..ce15d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ ChangeLog * #82: Add empty host and leading slash to Windows file paths (@peterpostmann @phil-davis) +2.3.3 (2023-06-09) +------------------ + +* #89: Call static assert functions with self:: (tests only) (@phil-davis) +* #90: Implement phpstan strict rules and fix edge cases for paths that have "0" (@phil-davis) +* #91: Use newer GitHub workflow action versions (CI only) (@phil-davis) +* #93: Minor cs-fixer change (@phil-davis) + 2.3.2 (2022-09-19) ------------------