File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.19.0 (2017-02-02)
6+ ===================
7+ - Feature: MFR errors are now categorized and have error-specific metadata added to then. If Keen
8+ logging is enabled, the error metadata will be logged there for future investigation.
9+ - Fix: The 3D object renderer now imposes a maximum zoom-out limit, so objects can't be shrunk to
10+ infinitesimalness. (thanks, @johnetordoff!)
11+ - Fix: MFR docs are once again building on readthedocs.org! (thanks, @johnetordoff!)
12+ - Code: Update MFR to use invoke 0.13.0. If you have an existing checkout, you will need to
13+ upgrade invoke manually: pip install invoke==0.13.0 (thanks, @johnetordoff!)
14+ - Docs: MFR has been verified to work with python 3.5.3 and 3.6.0. From now on, the docs will
15+ mention which python versions MFR has been verfied to work on. (thanks, @johnetordoff!)
16+
5170.18.3 (2017-01-11)
618===================
719- Fix: Increase max codepygments render size to 200kb from 64kb.
Original file line number Diff line number Diff line change 1- __version__ = '0.18.3 '
1+ __version__ = '0.19.0 '
22__import__ ('pkg_resources' ).declare_namespace (__name__ )
You can’t perform that action at this time.
0 commit comments