Skip to content

Commit

Permalink
Add 1.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Nov 17, 2024
1 parent 4d791a0 commit 06a988f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.4.0 - 2023-11-17

* Added ability to register new functions even after callinmg evaluate.

## 1.3.2 - 2023-11-25

* Cover case when object implements get( ..args) method
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "library",
"description" : "A JUEL like extension for Symfony Expression Language",
"homepage": "https://github.com/zef-dev/zef-expression-language",
"version": "1.3.2",
"version": "1.4.0",
"keywords" : [
"symfony", "expression-language"
],
Expand Down Expand Up @@ -34,4 +34,4 @@
"sort-packages" : true
},
"minimum-stability" : "stable"
}
}

0 comments on commit 06a988f

Please sign in to comment.