Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
added a changelog file (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Oct 31, 2018
1 parent c20ab8a commit 571aaff
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
declare(strict_types=1);

use ChangelogGenerator\ChangelogConfig;

return [
(new ChangelogConfig(
'narrowspark',
'http-emitter',
'0.7.0',
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
))
];
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
0.7.0
=====

- Total issues resolved: **0**
- Total pull requests resolved: **3**
- Total contributors: **2**

Added
-----

- [15: flush output buffers and disconnect](https://github.com/narrowspark/http-emitter/pull/15) thanks to @mindplay-dk

Changed
-------

- [18: upgraded narrowspark/coding-standard v1.4.0](https://github.com/narrowspark/http-emitter/pull/18) thanks to @prisis

Fixed
-----

- [17: avoid use of multi-byte string functions](https://github.com/narrowspark/http-emitter/pull/17) thanks to @mindplay-dk

0 comments on commit 571aaff

Please sign in to comment.