Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.4.1 🎉
Browse files Browse the repository at this point in the history
##  (2018-10-24)

* fix(boot-manager): Don't boot not bootable objects ([8ad97a2](8ad97a2)), closes [#19](#19)
* fix(xdebug-handler): Replace with custom solution ([0dc13f0](0dc13f0)), closes [#13](#13)
* chore(deps): Upgrade dependencies ([afc0bfc](afc0bfc))
  • Loading branch information
Travis CI User committed Oct 24, 2018
1 parent 0dc13f0 commit 836f640
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<a name=""></a>
# [](https://github.com/k911/swoole-bundle/compare/v0.4.0...v) (2018-10-20)
# [](https://github.com/k911/swoole-bundle/compare/v0.4.1...v) (2018-10-24)



<a name="0.4.1"></a>
## [0.4.1](https://github.com/k911/swoole-bundle/compare/v0.4.0...v0.4.1) (2018-10-24)


### Bug Fixes

* **boot-manager:** Don't boot not bootable objects ([8ad97a2](https://github.com/k911/swoole-bundle/commit/8ad97a2)), closes [#19](https://github.com/k911/swoole-bundle/issues/19)
* **xdebug-handler:** Replace with custom solution ([0dc13f0](https://github.com/k911/swoole-bundle/commit/0dc13f0)), closes [#13](https://github.com/k911/swoole-bundle/issues/13)



Expand Down Expand Up @@ -52,7 +63,7 @@ src/Bridge/Symfony/Bundle/Resources/commands.yaml)


<a name="0.2.0"></a>
# [0.2.0](https://github.com/k911/swoole-bundle/compare/17cde60...v0.2.0) (2018-10-07)
# [0.2.0](https://github.com/k911/swoole-bundle/compare/c5a0c27...v0.2.0) (2018-10-07)


### Bug Fixes
Expand All @@ -64,17 +75,9 @@ src/Bridge/Symfony/Bundle/Resources/commands.yaml)

### Features

* **swoole:** Add ability to customize server ([3534ed0](https://github.com/k911/swoole-bundle/commit/3534ed0))
* **swoole:** Add advanced static file serving ([17cde60](https://github.com/k911/swoole-bundle/commit/17cde60))
* **swoole:** Allow to change publicdir at runtime ([c5a0c27](https://github.com/k911/swoole-bundle/commit/c5a0c27))


### Performance Improvements

* **swoole:** Improve Dependency Injection configuration ([b9f6ddc](https://github.com/k911/swoole-bundle/commit/b9f6ddc))
* **swoole:** Improve Dependency Injection configuration ([6f83e11](https://github.com/k911/swoole-bundle/commit/6f83e11))


### BREAKING CHANGES

* **config:** - Env APP_TRUSTED_HOSTS is no longer supported
Expand Down

0 comments on commit 836f640

Please sign in to comment.