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 2f0181f commit 807c437Copy full SHA for 807c437
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## v0.8.0
4
+
5
+- Fixed a bug in `DefinitionHasTagConstraint`: it didn't throw an exception when a tag was missing, which resulted in
6
+ false positives. Reported and fixed by Christian Flothmann (@xabbuh).
7
8
+## v0.7.0
9
10
+- Add `assertContainerBuilderNotHasService()`, contributed by Uwe Jäger (@uwej711).
11
12
+## v0.6.0
13
14
+- Fix AbstractCompilerPassTestCase when using strict-mode, contributed by Sebastiaan Stok (@sstok).
15
16
## v0.5.0
17
18
- Automatically resolve a definition's class before comparing it to the expected class (in
0 commit comments