Skip to content

Commit

Permalink
Merge tag '0.18.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Oct 31, 2016
2 parents 334a3da + 6474e91 commit 6c7ef21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
ChangeLog
*********

0.18.0 (2016-10-31)
===================
- HALLOWEEN RELEASE!
- Feature: Add configurable size limit to text renderer to avoid dumping 100s of MB of text into
the user's browser. (thanks, @TomBaxter!)
- Fix: Pad MFR 404 errors to >512 bytes. IE discards 404 messages smaller than that and
substitutes its own 404 page. (thanks, @alexschiller!)

0.17.0 (2016-10-11)
===================
- Feature: WaterButler accepts configuration from the environment, overriding any file-based
Expand Down
2 changes: 1 addition & 1 deletion mfr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.17.1'
__version__ = '0.18.0'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 6c7ef21

Please sign in to comment.