Skip to content

Commit 36d2ba8

Browse files
committed
Introduce changelog
1 parent 079af6c commit 36d2ba8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
## [Unreleased]
8+
9+
## [0.2.19] - 2019-10-02
10+
11+
### Added
12+
- Schema exporter split into protected methods to allow extension.
13+
14+
## [0.2.18] - 2019-09-22
15+
16+
### Fixed
17+
- Description trimming bug.
18+
19+
[Unreleased]: https://github.com/swaggest/php-code-builder/compare/v0.2.19...HEAD
20+
[0.2.19]: https://github.com/swaggest/php-code-builder/compare/v0.2.18...v0.2.19
21+
[0.2.18]: https://github.com/swaggest/php-code-builder/compare/v0.2.17...v0.2.18

0 commit comments

Comments
 (0)