Skip to content

Commit

Permalink
Updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Mock committed Jul 5, 2017
1 parent 32316cf commit 19b71f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## version 2.0.0 (????-??-??)

* **BREAKING:** Adds optional `initialState` parameter to:
* `.parse`
* `.tryParse`
* **BREAKING:** Adds extra `state` parameter to:
* `.parse`
* `.tryParse`
* `Parsimmon.makeSuccess`
* `Parsimmon.makeFailure`
* Adds `Parsimmon.indentMore`
* Adds `Parsimmon.indentLess`
* Adds `Parsimmon.indentSame`

## version 1.6.1 (2017-07-01)

* **100% unit test coverage!** This does not mean bugs won't exist, but it keeps us much safer against regressions in the future.
Expand Down

0 comments on commit 19b71f9

Please sign in to comment.