Skip to content

Commit 588b756

Browse files
authored
Update Changelog.md
1 parent 59d45ea commit 588b756

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 1.1.0
6+
7+
### Added
8+
9+
- `AppKernel::setProjectDir` and `AppKernel::setRootDir`
10+
11+
### Changed
12+
13+
- `%kernel.project_dir%` is now the directory of your root. (The directory with your composer.json)
14+
15+
## 1.0.2
16+
17+
### Fixed
18+
19+
- Fix for Symfony 3.3. We do not need cache on annotation.
20+
21+
## 1.0.1
22+
23+
### Fixed
24+
25+
- Bug with cache when running multiple tests
26+
527
## 1.0.0
628

729
Initial release

0 commit comments

Comments
 (0)