-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adcfe50
commit a3c452c
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Changelog | ||
|
||
All Notable changes to `adespresso/feature-bundle` will be documented in this file. | ||
|
||
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. | ||
|
||
## [Unreleased] | ||
### Fixed | ||
|
||
* Moved from deprecated `Symfony\Component\Security\Core\SecurityContextInterface` to `Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface` | ||
|
||
## [1.1.0] - 2016-06-01 | ||
### Added | ||
|
||
* CS fixer configuration | ||
* Editorconfig configuration | ||
* Automatic PHPDoc generation using TravisCI | ||
* Included DI testing utility | ||
* Added the contribution guidelines file, with a first items proposal | ||
* Added phpunit as a dependency to run tests independently | ||
|
||
### Changed | ||
|
||
* Updated minimum PHP version to 5.5 | ||
* Required dependency-injection 2.8+ due to xsd | ||
* Ordered composer configuration | ||
* Fixed coding style | ||
* Improved documentation | ||
|
||
### Fixed | ||
* Fix required for correct method usage | ||
* FQCN usage + attribute initialization | ||
* Attribute mapping name based on default strategy | ||
* PHPDoc | ||
* Removed not required asterisk | ||
* Migration initialization from cw_feature.* to ae_feature.* | ||
* Remove unused Configuration | ||
|
||
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.1.0...HEAD | ||
[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.0...1.1.0 |