From 4250033ed55f3e4fa94c30863c1e76f9c3370cf3 Mon Sep 17 00:00:00 2001 From: PikachuEXE Date: Tue, 18 Apr 2017 15:04:15 +0800 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc74e7..62339b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ This document contains details of the various releases and their release dates. Dates are in the format `yyyy-mm-dd`. +## Unreleased + +### Fix `Element#attribute` result for HTML doc when `Symbol` passed as name + +Using `Symbol` is working for XML doc, but was not working for HTML doc. +See [PR #174](https://github.com/YorickPeterse/oga/pull/174) + ## 2.9 - 2017-02-10 ### Closing tags for HTML void elements