Release 1.1.0
This release changes the way error handling is done. Instead of having multiple,
separate error callbacks there's now only one error callback:
LL::Driver#parser_error
. See commit 22b6081
for more information.
While this change technically breaks backwards compatibility I do not consider
the old error handling system part of the public API, mainly due to it being
extremely painful to use.