We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b6081 commit 6865917Copy full SHA for 6865917
doc/changelog.md
@@ -3,6 +3,17 @@
3
This document contains details of the various releases and their release dates.
4
Dates are in the format `yyyy-mm-dd`.
5
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
17
## 1.0.0 - 2015-02-13
18
19
The first public release of ruby-ll!
0 commit comments