25 lines
487 B
Markdown
25 lines
487 B
Markdown
# 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]
|
|
### Changed
|
|
- composer.json
|
|
- .gitignore
|
|
### Added
|
|
- .php_cs
|
|
- php-cs-fixer
|
|
|
|
## [0.0.1] - 2017-02-07
|
|
### Added
|
|
- Initial commit
|
|
|
|
## [0.0.2] - 2017-02-07
|
|
### Added
|
|
- source structure
|
|
- html/index.php
|
|
### Changed
|
|
- docker-compose.yml, added mysql
|