Skip to content

Commit f505a52

Browse files
committed
CHANGELOG: add additional newlines between versions
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent d2961cf commit f505a52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* examples: Default to ICC profile's default intent, not absolute colorimetric
77
* tests: Correctly require pytest ≥ 7.0
88

9+
910
## Version 1.3.0, 2023-07-22
1011

1112
* Support new soname in OpenSlide ≥ 4.0.0
@@ -21,6 +22,7 @@
2122
* examples: Correctly import `openslide` on Windows if `OPENSLIDE_PATH` not set
2223
* tests: Fix `pytest` of installed package from source directory
2324

25+
2426
## Version 1.2.0, 2022-06-17
2527

2628
* Drop support for Python \< 3.7
@@ -37,13 +39,15 @@
3739
* examples: Read OpenSlide DLL path from `OPENSLIDE_PATH` env var on Windows
3840
* examples: Update OpenSeadragon to 3.0.0
3941

42+
4043
## Version 1.1.2, 2020-09-13
4144

4245
* Fix install with setuptools ≥ 46
4346
* Fix `ImportError` with Python 3.9
4447
* Fix docs build with Sphinx 2.x
4548
* Remove `--without-performance` install option
4649

50+
4751
## Version 1.1.1, 2016-06-11
4852

4953
* Change default Deep Zoom tile size to 254 pixels
@@ -54,6 +58,7 @@
5458
* Add test suite
5559
* examples: Drop support for Internet Explorer \< 9
5660

61+
5762
## Version 1.1.0, 2015-04-20
5863

5964
* Improve pixel read performance using optional extension module
@@ -63,21 +68,25 @@
6368
* examples: Verify at server startup that file was specified
6469
* examples: Disable pinch zoom outside of viewer
6570

71+
6672
## Version 1.0.1, 2014-03-09
6773

6874
* Fix documentation build breakage
6975

76+
7077
## Version 1.0.0, 2014-03-09
7178

7279
* Add documentation
7380
* Switch from distutils to setuptools
7481
* Declare Pillow dependency in `setup.py` (but still support PIL)
7582

83+
7684
## Version 0.5.1, 2014-01-26
7785

7886
* Fix breakage on Python 2.6
7987
* examples: Fix tile server breakage on classic PIL
8088

89+
8190
## Version 0.5.0, 2014-01-25
8291

8392
* Require OpenSlide 3.4.0
@@ -93,6 +102,7 @@
93102
* examples: Avoid loading smallest Deep Zoom levels
94103
* examples: Update OpenSeadragon to 1.0.0
95104

105+
96106
## Version 0.4.0, 2012-09-08
97107

98108
* Require OpenSlide 3.3.0
@@ -101,6 +111,7 @@
101111
* Properly report `openslide_open()` errors on OpenSlide 3.3.0
102112
* Fix library loading on Mac OS X
103113

114+
104115
## Version 0.3.0, 2011-12-16
105116

106117
* Fix segfault if properties/associated images accessed after `OpenSlide`
@@ -110,6 +121,7 @@
110121
* Fix for large JPEG tiles in example Deep Zoom tilers
111122
* Make example static tiler output self-contained
112123

124+
113125
## Version 0.2.0, 2011-09-02
114126

115127
* Initial library release

0 commit comments

Comments
 (0)