From 8ea8ffad0795e41c61dad68826bed2e4834ef86b Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 5 Jan 2016 07:42:00 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036e3f3..0b1da24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ -# unreleased - -- +- Fixed: HierarchyRequestError error +([#49](https://github.com/MoOx/pjax/pull/49)) +- Fixed: ``TypeError: Pjax.forEachEls is not a function`` +([#52](https://github.com/MoOx/pjax/pull/52)) +- Fixed: ``TypeError: Pjax.executeScripts is not a function`` +([#52](https://github.com/MoOx/pjax/pull/52)) +- Fixed: ``TypeError: Pjax.clone is not a function`` +([#52](https://github.com/MoOx/pjax/pull/52)) +- Added: Ignore events with prevented defaults +([#50](https://github.com/MoOx/pjax/pull/50)) # 0.2.1 - 2015-02-04