Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Changelog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Apr 10, 2018
1 parent 360d7e5 commit 940892c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ <h4>Added:</h4>
<li>Removal of the <code>transform</code> attribute with a default value.</li>
</ul>

<h4>Changed:</h4>

<ul>
<li>A default <code>Transform</code> will be printed as <code>matrix(1 0 0 1 0)</code> and not as an empty string.</li>
</ul>

<h4>Fixed:</h4>

<ul>
<li>Attributes resolving during the <code>defs</code> regrouping.</li>
<li>Text with <code>xml:space</code> preprocessing.</li>
</ul>

<h2>0.9.4</h2>
Expand Down
4 changes: 4 additions & 0 deletions data/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
#### Added:
- Removal of the `transform` attribute with a default value.

#### Changed:
- A default `Transform` will be printed as `matrix(1 0 0 1 0)` and not as an empty string.

#### Fixed:
- Attributes resolving during the `defs` regrouping.
- Text with `xml:space` preprocessing.

## 0.9.4
#### Changed:
Expand Down

0 comments on commit 940892c

Please sign in to comment.