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 2da341b commit 26847c2Copy full SHA for 26847c2
CHANGELOG.md
@@ -26,6 +26,11 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
26
27
- TagSpecs v0.4.0 flat format (will be removed in v5.2.7), [migration guide here](docs/tagspecs.md#migration-from-v040)
28
29
+### Fixed
30
+
31
+- Fixed false positive "accepts at most N arguments" errors for expressions with operators (e.g., `{% if x > 0 %}`)
32
+- Fixed false positive errors for quoted strings with spaces (e.g., `{% translate "Contact the owner" %}`)
33
34
## [5.2.4]
35
36
### Added
0 commit comments