Skip to content

Commit e39fd45

Browse files
committed
Merge tag '0.22.0' into develop
2 parents d1d89e7 + cfbfa57 commit e39fd45

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG

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

5+
0.22.0 (2017-10-10)
6+
===================
7+
- Feature: Added support for rendering ~50 new plain-text file types via codepygments, including
8+
FASTA files, ImageJ macros, and Turtle files. (thanks, @AddisonSchiller!)
9+
- Feature: Add a unique request ID to MFR's response headers to help with tracking down errors.
10+
- Feature: Add a new task to clean the export and render caches. (thanks, @icereval!)
11+
- Fix: Error more gracefully when missing required query parameters.
12+
- Fix: Make scrollbars visible on IE11 when content overflows the iframe.
13+
- Fix: Fix ALLOWED_PROVIDER_DOMAINS example in MFR docs. (thanks, @jonathon-love for reporting!)
14+
- Code: Teach MFR to listen for a SIGTERM signal and exit immediately upon receiving it. This
15+
bypasses the 10 second wait for shutdown when running it in Docker.
16+
- Code: Add code-coverage checking via coveralls.io. (thanks, @abought!)
17+
- Code: Add Python 3.6 to travis testing matrix. (thanks, @abought!)
18+
- Code: Add a Pull Request template for GitHub. (thanks, @cslzchen!)
19+
520
0.21.2 (2017-09-13)
621
===================
722
- Fix: Update jQuery onload invocation to be compatible with jQuery 3. (thanks, @sloria!)

mfr/__init__.py

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

0 commit comments

Comments
 (0)