From 1bb97901314f828774dd8c5b21bff889ce0b34bb Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Wed, 17 Aug 2022 13:21:43 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c1411..4085985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.12.41] - 2022-08-17 + +### Fixed +- Handling of unintialized typed properties, [#148](https://github.com/swaggest/php-json-schema/pull/148), [bruceoutdoors](https://github.com/bruceoutdoors). + ## [0.12.40] - 2022-08-17 ### Fixed @@ -116,6 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Export `null` value instead of skipping it for properties having `null` type. +[0.12.41]: https://github.com/swaggest/php-json-schema/compare/v0.12.40...v0.12.41 [0.12.40]: https://github.com/swaggest/php-json-schema/compare/v0.12.39...v0.12.40 [0.12.39]: https://github.com/swaggest/php-json-schema/compare/v0.12.38...v0.12.39 [0.12.38]: https://github.com/swaggest/php-json-schema/compare/v0.12.37...v0.12.38