Skip to content

Commit 8880693

Browse files
committed
Add change log, resolves #90
1 parent 2b2e7c9 commit 8880693

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.12.21] - 2019-10-01
8+
9+
### Fixed
10+
- Treating unresolvable schema as a prohibitive `false` schema instead of failing with exception.
11+
12+
## [0.12.20] - 2019-09-22
13+
14+
### Changed
15+
- Export `null` value instead of skipping it for properties having `null` type.
16+
17+
[0.12.21]: https://github.com/swaggest/php-code-builder/compare/v0.12.20...v0.12.21
18+
[0.12.20]: https://github.com/swaggest/php-code-builder/compare/v0.12.19...v0.12.20

0 commit comments

Comments
 (0)