Commit 87898ef1 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Changelog for 2.1.0

parent 327e4e15
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,15 @@

## 2.x

### 2.1.0

*Jul 12, 2024*

* Added ``Validator`` class to catch problems valid for the parser but invalid for the calculator:
  * Undefined variable
  * Undefined function
  * Not enough arguments passed to a function

### 2.0.1

*Jun 21, 2024*