Skip to content

Commit 6865917

Browse files
author
Yorick Peterse
committed
Updated the changelog.
1 parent 22b6081 commit 6865917

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
This document contains details of the various releases and their release dates.
44
Dates are in the format `yyyy-mm-dd`.
55

6+
## 1.1.0 - 2015-02-16
7+
8+
This release changes the way error handling is done. Instead of having multiple,
9+
separate error callbacks there's now only one error callback:
10+
`LL::Driver#parser_error`. See commit 22b6081e37509d10e3b31d6593b0a7f2e5fd7839
11+
for more information.
12+
13+
While this change technically breaks backwards compatibility I do not consider
14+
the old error handling system part of the public API, mainly due to it being
15+
extremely painful to use.
16+
617
## 1.0.0 - 2015-02-13
718

819
The first public release of ruby-ll!

0 commit comments

Comments
 (0)