From e57adf0c96e72230cc5c639615f2c12092b9aab2 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 30 Aug 2016 00:15:09 +0200 Subject: [PATCH] Fix HISTORY.md --- HISTORY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4315efd..096c8d8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -13,10 +13,10 @@ * 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) * Fix: Update list of SVG presentation attributes allowing more styles to be converted to attributes and remove two entries (`line-height` and `visibility`) that were actually invalid. (#99) -* Add three options that work analoguous to `--remove-metadata` (removes elements) (#102) - * `--remove-titles` (removes elements) - * `--remove-descriptions` (removes <desc> elements) - * `--remove-descriptive-elements` (removes all of the descriptive elements, i.e. <title>, <desc> and <metadata>) +* Add three options that work analoguous to `--remove-metadata` (removes `<metadata>` elements) (#102) + * `--remove-titles` (removes `<title>` elements) + * `--remove-descriptions` (removes `<desc>` elements) + * `--remove-descriptive-elements` (removes all of the descriptive elements, i.e. `<title>`, `<desc>` and `<metadata>`) * Fix removal rules for the `overflow` attribute (#104)