Skip to content

Commit 1bb9790

Browse files
authored
Update CHANGELOG.md
1 parent 2787d93 commit 1bb9790

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.12.41] - 2022-08-17
8+
9+
### Fixed
10+
- Handling of unintialized typed properties, [#148](https://github.com/swaggest/php-json-schema/pull/148), [bruceoutdoors](https://github.com/bruceoutdoors).
11+
712
## [0.12.40] - 2022-08-17
813

914
### Fixed
@@ -116,6 +121,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116121
### Changed
117122
- Export `null` value instead of skipping it for properties having `null` type.
118123

124+
[0.12.41]: https://github.com/swaggest/php-json-schema/compare/v0.12.40...v0.12.41
119125
[0.12.40]: https://github.com/swaggest/php-json-schema/compare/v0.12.39...v0.12.40
120126
[0.12.39]: https://github.com/swaggest/php-json-schema/compare/v0.12.38...v0.12.39
121127
[0.12.38]: https://github.com/swaggest/php-json-schema/compare/v0.12.37...v0.12.38

0 commit comments

Comments
 (0)