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

Commit

Permalink
Merge pull request #7 from Dhii/task/include-changelog_#4
Browse files Browse the repository at this point in the history
Adds a Changelog
  • Loading branch information
XedinUnknown authored Mar 13, 2017
2 parents ac2e263 + da9ab1a commit dd2002f
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 118 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2] 2017-01-08
### Fixed
- Reflection parameter detection in `EventManager`.

## [0.1] 2016-07-07
Initial release.
### Added
- `EventManager` and `Event` classes.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"require-dev": {
"dhii/php-cs-fixer-config": "dev-php-5.3",
"phpunit/phpunit": "4.*"
"phpunit/phpunit": "4.*",
"10up/wp_mock": "dev-dev",
"ptrofimov/xpmock": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit dd2002f

Please sign in to comment.