We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334a3da commit b821f26Copy full SHA for b821f26
CHANGELOG
@@ -2,6 +2,14 @@
2
ChangeLog
3
*********
4
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
+
13
0.17.0 (2016-10-11)
14
===================
15
- Feature: WaterButler accepts configuration from the environment, overriding any file-based
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.17.1'
+__version__ = '0.18.0'
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments