Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Feb 17, 2018
1 parent 19e7f9c commit 655baa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Latest Changes
====

v2.2.0.0
===
* Fixes issue [#101](https://github.com/scottrippey/SmartFormat.NET/issues/101)
* This version includes a breaking change:
* Before: ```OnParsingFailure``` event was invoked after each parsing error
* **Now**: ```OnParsingFailure``` event is invoked after parsing is completed
```ParsingErrorEventArgs``` has a different signature. It now includes **all** ```ParsingErrors``` **with all details** that would be supplied during a parser exception. This also includes messages indicating where there the parse error occurred.


v2.1.0.2
===
* Fixes issue [#94](https://github.com/scottrippey/SmartFormat.NET/issues/94)
Expand Down

0 comments on commit 655baa7

Please sign in to comment.