From 33423ea7d5ccbc9c2187e6e1fde5491b9d1f28b8 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 29 Aug 2016 02:31:39 +0200 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0cbe1a6..fe9ed89 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,8 @@ * Redirect informational output to `stderr` when SVG is output to `stdout`. ([#67](https://github.com/scour-project/scour/issues/67)) * Allow elements to be found via `Document.getElementById()` in the minidom document returned by scourXmlFile(). ([#68](https://github.com/scour-project/scour/issues/68)) * Improve code to remove default attribute values and add a lot of new default values. ([#70](https://github.com/scour-project/scour/issues/70)) +* Fix: Only attempt to group elements that the content model allows to be children of a `` when `--create-groups` is specified. (#98) + ## Version 0.34 (2016-07-25)