From a2617979de26eecbb0b7f9992649a8bffccb9263 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Fri, 4 Oct 2024 15:56:56 +0200 Subject: [PATCH] docs: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082c86fc..149a3358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump to minimum PHP 7.2 ([#746](https://github.com/jsonrainbow/json-schema/pull/746)) - Replace traditional syntax array with short syntax array ([#747](https://github.com/jsonrainbow/json-schema/pull/747)) - Increase phpstan level to 8 with baseline to swallow existing errors ([#673](https://github.com/jsonrainbow/json-schema/pull/673)) +- Add visibility modifiers to class constants ([#757](https://github.com/jsonrainbow/json-schema/pull/757)) ## [6.0.0] - 2024-07-30 ### Added