Skip to content

Commit 798bd2d

Browse files
committed
prepare release 2.4.1
1 parent 44a3bb1 commit 798bd2d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

History.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# History
2+
## 2.4.1 / 2025-11-13
3+
* Remove ++ and -- conversion, because it is supported by jexl.
4+
25
## 2.4.0 / 2025-10-10
36
* Refactored Compiler to use Visitor pattern instead of instanceof chain for improved maintainability
47
* Fixed thread safety issue in CachingFilter

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Just add following dependency definitions to your `pom.xml`.
8787
<dependency>
8888
<groupId>de.neuland-bfi</groupId>
8989
<artifactId>pug4j</artifactId>
90-
<version>2.4.0</version>
90+
<version>2.4.1</version>
9191
</dependency>
9292
```
9393

0 commit comments

Comments
 (0)