Commit 4982db70 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Add operators to the changelog

parent 7b413850
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ Branched from 1.1.1
  * `e()`
  * `if()`
  * `log()` now accepts base parameter
* New default operators:
  * `<`, `>`, `<=`, `>=`
  * `=` (`==`), `<>` (`!=`)
  * `and` (`AND`), `or` (`OR`)
* The library will catch more invalid situations than before
* ``Parser\Parsed::asString()`` - RPN notation for the parsed expression