We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a3bb1 commit 798bd2dCopy full SHA for 798bd2d
2 files changed
History.md
@@ -1,4 +1,7 @@
1
# History
2
+## 2.4.1 / 2025-11-13
3
+* Remove ++ and -- conversion, because it is supported by jexl.
4
+
5
## 2.4.0 / 2025-10-10
6
* Refactored Compiler to use Visitor pattern instead of instanceof chain for improved maintainability
7
* Fixed thread safety issue in CachingFilter
README.md
@@ -87,7 +87,7 @@ Just add following dependency definitions to your `pom.xml`.
87
<dependency>
88
<groupId>de.neuland-bfi</groupId>
89
<artifactId>pug4j</artifactId>
90
- <version>2.4.0</version>
+ <version>2.4.1</version>
91
</dependency>
92
```
93
0 commit comments