From 210c5f64abdf336e25c58ca927093b3aa94c0a0c Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 27 Nov 2016 19:10:29 +0100 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index ae58729..20a733d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Release Notes for Scour +## Version 0.36 (not released yet) +* Fix embedding of raster images which was broken in most cases and did not work at all in Python 3. ([#120](https://github.com/scour-project/scour/issues/62)) +* Some minor fixes for statistics output. + + ## Version 0.35 (2016-09-14) * Drop official support for Python 2.6. (While it will probably continue to work for a while compatibility is not guaranteed anymore. If you continue to use Scour with Python 2.6 and should find/fix any compatibility issues pull requests are welcome, though.)