Skip to content

Commit b821f26

Browse files
committed
bump version & update changelog
1 parent 334a3da commit b821f26

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
ChangeLog
33
*********
44

5+
0.18.0 (2016-10-31)
6+
===================
7+
- HALLOWEEN RELEASE!
8+
- Feature: Add configurable size limit to text renderer to avoid dumping 100s of MB of text into
9+
the user's browser. (thanks, @TomBaxter!)
10+
- Fix: Pad MFR 404 errors to >512 bytes. IE discards 404 messages smaller than that and
11+
substitutes its own 404 page. (thanks, @alexschiller!)
12+
513
0.17.0 (2016-10-11)
614
===================
715
- Feature: WaterButler accepts configuration from the environment, overriding any file-based

mfr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.17.1'
1+
__version__ = '0.18.0'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)