-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCHANGELOG
42 lines (28 loc) · 789 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## [0.2.5] - 2018-03-20
### Added
- Trove classifiers and Travis CI configuration for Python 3
### Fixed
- Closes file handlers after use (#25)
## [0.2.3] - 2015-11-02
### Fixed
- Python 3 compatibility which 0.2.2 broke (thanks Piotr Maliński)
## [0.2.2]
### Changed
- ElementTree now emits HTML, not XML (thanks @crimsoncow)
## [0.2.1]
### Added
- The start of a test suite, which (for now) only passes on TravisCI
### Changed
- Replace urllib calls with ones to requests
0.1.6
=====
* Removing an unneeded Django dependency (thanks Daniel Schaefer)
0.1.7
=====
* Removing a print statement that dumped a linebreak to `stdout` (thanks Halil Köklü)
0.2.0
=====
* Python 3.3 fixes (thanks Piotr Maliński)
0.2.1
=====
* Can set encoding on the inlined CSS (thanks macro1)