Skip to content

Commit

Permalink
Merge pull request #699 from sys27/sys27-patch-1
Browse files Browse the repository at this point in the history
Update breaking-changes.md
  • Loading branch information
sys27 authored Aug 27, 2023
2 parents d444357 + 5f919bc commit ede6e4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/articles/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## xFunc 4.4.0 (dev)

* The `Helpers` class is removed from the public API (see [#698](https://github.com/sys27/xFunc/pull/698)).

## xFunc 4.3.0

* `MatrixIsInvalidException` -> `InvalidMatrixException`.
Expand Down Expand Up @@ -116,4 +118,4 @@

## xFunc 3.2.1

* Removed `Processor.Parse(string, bool)` method (see [#170](https://github.com/sys27/xFunc/issues/170)). Add new property to control simplification of expression: `bool Processor.DoSimplify`.
* Removed `Processor.Parse(string, bool)` method (see [#170](https://github.com/sys27/xFunc/issues/170)). Add new property to control simplification of expression: `bool Processor.DoSimplify`.

0 comments on commit ede6e4f

Please sign in to comment.