Skip to content

Commit

Permalink
Merge pull request #309 from will-moore/changelog_4.0.1
Browse files Browse the repository at this point in the history
Add changelog for 4.0.1
  • Loading branch information
jburel authored Aug 28, 2018
2 parents f0daff9 + 5509e40 commit c9c3627
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.0.1 (August 2018)
-------------------

- Fix rendering of big tiled images using Pillow 4.2 (PR #300)
- Fix scalebar length on exported TIFF figures for big images (PR #304)
- Z and T slider usability improvements (PR #303)
- Fix dropdown choosers for labels on touch-enabled Windows machines (PR #301)
- Export handles missing dx and dy attributes. Thanks to David Pinto (PR #294)

4.0.0 (May 2018)
----------------

Expand Down
2 changes: 1 addition & 1 deletion omero_figure/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os


__version__ = "4.0.0"
__version__ = "4.0.1"


def read_file(fname, content_type=None):
Expand Down

0 comments on commit c9c3627

Please sign in to comment.