Skip to content

Commit aa4e05d

Browse files
chapterjasonNyholm
andauthored
docs: Prepare for 2.0 (#58)
Co-authored-by: Tobias Nyholm <[email protected]>
1 parent c8ad145 commit aa4e05d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,29 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
66

77
### Added
88

9+
- Support for multiple routing files via `TestKernel::addRoutingFile`
10+
- Support for a fully functional symfony kernel with the usage of the `Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait`
911
- Cleanup of the cache and log directory after kernel shutdown
1012

13+
### Removed
14+
15+
- `AppKernel::setRootDir`
16+
17+
### Changed
18+
19+
- Signature of `TestKernel::addTestCompilerPass` to accept a single CompilerPass instead of an array
20+
- Renamed `AppKernel` to `TestKernel`
21+
- Renamed `TestKernel::addBundle` to `TestKernel::addTestBundle`
22+
- Renamed `TestKernel::addCompilerPasses` to `TestKernel::addTestCompilerPass`
23+
- Renamed `TestKernel::setRoutingFile` to `TestKernel::addTestRoutingFile`
24+
- Renamed `TestKernel::addConfigFile` to `TestKernel::addTestConfig`
25+
- Renamed `TestKernel::setProjectDir` to `TestKernel::setTestProjectDir`
26+
- Renamed private properties
27+
28+
### Fixed
29+
30+
- Usage of `sys_get_temp_dir` in `TestKernel::getCacheDir` and `TestKernel::getLogDir` directory
31+
1132
## 1.8.1
1233

1334
### Fixed

0 commit comments

Comments
 (0)