* Add functionality to remove unused XML namespace declarations from the `<svg>` root element. ([14](https://github.com/scour-project/scour/issues/14))
* Restore unittests which were lost during move to GitHub. ([24](https://github.com/scour-project/scour/issues/24))
* Fix a potential regex matching issue in `points` attribute of `<polygon>` and `<polyline>` elements. ([24](https://github.com/scour-project/scour/issues/24))
* Fix a crash with `points` attribute of `<polygon>` and `<polyline>` starting with a negative number. ([24](https://github.com/scour-project/scour/issues/24))
* Fix encoding issues when input file contained unicode characters. ([27](https://github.com/scour-project/scour/issues/27))
* Fix encoding issues when using `stding`/`stdout` as input/output. ([27](https://github.com/scour-project/scour/issues/27))
* Fix removal of comments. If a node contained multiple comments usually not all of them were removed. ([28](https://github.com/scour-project/scour/issues/28))