From 7541d82095a9c35b1c0ef945aecd31cc3dd0471a Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 14 Oct 2014 07:42:35 +0200 Subject: [PATCH] prepare v0.1.4 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4348399..b3b778b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.4 - 2014-10-14 + +- allow to load pages without any attributes on `` element (fix [#6](https://github.com/MoOx/pjax/issues/6)) +- make `Pjax.switches.sideBySide` method usable (fix [#13](https://github.com/MoOx/pjax/issues/13)) + # 0.1.3 - 2014-09-16 - clicking on the current url somewhere does not produce a full reload by default (see option `currentUrlFullReload`)