From f05ced78dd52a5f007302523acc18ff3903dc7a5 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Feb 2019 13:17:44 +0000 Subject: [PATCH 1/5] Changelog update for v0.7.2 --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 523d768e..3ef2fa57 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,13 @@ History ======= +v0.7.2 (TBA) +------------ + +* ignore any exception if errors='ignore' +* avoid including itemprop from child ``itemscopes`` when using ``itemref`` +* proper processing order for ``itemref`` + v0.7.1 (2018-11-02) ------------------- From e81975dd2cb94ee99dfe33d23a9eae0b07b2b60d Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Feb 2019 13:19:03 +0000 Subject: [PATCH 2/5] Changelog update for v0.7.2 --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3ef2fa57..56203b97 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ v0.7.2 (TBA) ------------ * ignore any exception if errors='ignore' -* avoid including itemprop from child ``itemscopes`` when using ``itemref`` +* avoid including ``itemprop`` from child ``itemscopes`` when using ``itemref`` * proper processing order for ``itemref`` v0.7.1 (2018-11-02) From 9b9d6549f9c25791e9164b3f16663e391da95af0 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Feb 2019 13:20:02 +0000 Subject: [PATCH 3/5] Changelog update for v0.7.2 --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 56203b97..c5370e1e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,7 +6,7 @@ v0.7.2 (TBA) ------------ * ignore any exception if errors='ignore' -* avoid including ``itemprop`` from child ``itemscopes`` when using ``itemref`` +* avoid including ``itemprop`` from child ``itemscope`` when using ``itemref`` * proper processing order for ``itemref`` v0.7.1 (2018-11-02) From fd6a9f43aa6bb7b425f96076ebf91895709da714 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Feb 2019 13:34:50 +0000 Subject: [PATCH 4/5] Changelog update for v0.7.2 --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c5370e1e..bd34ded7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,7 +5,7 @@ History v0.7.2 (TBA) ------------ -* ignore any exception if errors='ignore' +* Cover all possible exception cases dealt by ``extruct()`` ``errors`` attribute for values ``strict``, ``log`` and ``ignore`` * avoid including ``itemprop`` from child ``itemscope`` when using ``itemref`` * proper processing order for ``itemref`` From f2a28d6226921d864135f70eb3d79e8f71e32af9 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Feb 2019 14:05:12 +0000 Subject: [PATCH 5/5] Changelog update for v0.7.2 --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index bd34ded7..589f757d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,8 +6,8 @@ v0.7.2 (TBA) ------------ * Cover all possible exception cases dealt by ``extruct()`` ``errors`` attribute for values ``strict``, ``log`` and ``ignore`` -* avoid including ``itemprop`` from child ``itemscope`` when using ``itemref`` -* proper processing order for ``itemref`` +* avoid including ``itemprop`` from child ``itemscope`` when using ``itemref`` for microdata +* proper processing order for ``itemref`` for microdata v0.7.1 (2018-11-02) -------------------