Commit 96610580 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Changelog for 0.4.0

parent d3ee8b7f
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2,9 +2,14 @@

## 0.x

### next
### 0.4.0 "RC1"

*Feb 23, 2023*

* Parser now also returns lists of variables and functions that are used in the expression
* Custom binary operators
* Custom unary operators
* ConfigBuilder was removed 

### 0.3.0

+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ Also on Read the Docs: <https://php-arithmetic-parser.readthedocs.io>

Please file issues on our main repo at GitLab: <https://gitlab.com/sandfox/arithmetic-parser/-/issues>

Feel free to ask any questions in our room on Gitter: <https://gitter.im/arokettu/community>

## License

The library is available as open source under the terms of the [MIT License].