Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jul 14, 2017
1 parent 59d45ea commit 588b756
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Changelog.md
Expand Up @@ -2,6 +2,28 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 1.1.0

### Added

- `AppKernel::setProjectDir` and `AppKernel::setRootDir`

### Changed

- `%kernel.project_dir%` is now the directory of your root. (The directory with your composer.json)

## 1.0.2

### Fixed

- Fix for Symfony 3.3. We do not need cache on annotation.

## 1.0.1

### Fixed

- Bug with cache when running multiple tests

## 1.0.0

Initial release

0 comments on commit 588b756

Please sign in to comment.