Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmj committed Jul 6, 2022
1 parent 35d3c38 commit f11c303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ ok github.com/Knetic/govaluate 9.810s

## Changelog

**0.9.3** (2022-07-06) -- string to hex convertion fix (`"0x123" * 2`), variable bounded by closing bracket fix (`(0+a)`).
**0.9.3** (2022-07-06) -- bugfixes: string to hex conversion (`"0x123" * 2`), closing bracket after a variable (`(0+a)`).
**0.9.2** (2022-02-23) -- Minor code refactoring. One-liner functions added (Eval, EvalVar).
**0.9.1** (2022-01-02) -- Variable bounds refined.
**0.9.0** (2021-11-19) -- Memory allocation reduced. Speed optimization.
Expand Down

0 comments on commit f11c303

Please sign in to comment.