We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d45ea commit 588b756Copy full SHA for 588b756
Changelog.md
@@ -2,6 +2,28 @@
2
3
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4
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
24
25
+- Bug with cache when running multiple tests
26
27
## 1.0.0
28
29
Initial release
0 commit comments