From 0726db2f96f40d57afd87f2d36422e449bf536ed Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 10 Sep 2020 12:11:46 +0100 Subject: [PATCH] https://github.com/ome/omero-py/pull/239 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Besson --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11c39ca9..86cee432c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Fix CLI error handling when attempting to check log files ([#236](https://github.com/ome/omero-py/pull/236)) - `omero import`: fix `--logprefix` ([#238](https://github.com/ome/omero-py/pull/238)) - `fs usage`: don't overwrite size ([#245](https://github.com/ome/omero-py/pull/245)) +- `omero.gateway`: always marshal tile metadata on presence of pyramid ([#239](https://github.com/ome/omero-py/pull/239)) # Other updates - Add PyYAML as a dependency of omero-py ([#228](https://github.com/ome/omero-py/pull/228))