Release 1.2.1

This commit is contained in:
Yorick Peterse 2015-07-01 00:24:07 +02:00
parent 6786dde3f0
commit 5d0e8c99af
4 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,17 @@
This document contains details of the various releases and their release dates.
Dates are in the format `yyyy-mm-dd`.
## 1.2.1 - 2015-07-01
### Better support for decoding unrecognized XML/HTML entities
Jakub Pawlowicz improved the process of decoding XML/HTML entities so that it
handles unrecognized entities better. Previously Oga would raise an error when
trying to decode entities such as `&#TAB;` instead of just leaving them as-is.
See issue <https://github.com/YorickPeterse/oga/issues/118> and pull request
<https://github.com/YorickPeterse/oga/pull/122> for more information.
## 1.2.0 - 2015-06-30
### Support for Unicode in XML/HTML identifiers

View File

@ -0,0 +1 @@
04901b4460bbe0402d0699469da7606f48d46d8208a480a0f74ace734538a9232435444500136845ccdeb612e5c6787c555726bc7070690229d7ad48336d910f

View File

@ -0,0 +1 @@
7fa7e55ff0fb20baf0be8041d00fc90b602537415e6b08ada43bfc84f6a76ef7d600636cbf9bd4014c27792cfcba17c92521936ec12e7bd96a45490f0568bc3e

View File

@ -1,3 +1,3 @@
module Oga
VERSION = '1.2.0'
VERSION = '1.2.1'
end # Oga