Codebase list python-pandocfilters / 21a072c0-8be7-46e3-8d0d-dfba7074a5e8/main CHANGELOG.md
21a072c0-8be7-46e3-8d0d-dfba7074a5e8/main

Tree @21a072c0-8be7-46e3-8d0d-dfba7074a5e8/main (Download .tar.gz)

CHANGELOG.md @21a072c0-8be7-46e3-8d0d-dfba7074a5e8/mainraw · history · blame

1
2
3
4
5
6
7
# Revision history for `pandocfilters`

-  v1.5.0: Last release supporting Python 2.
   - Added an environment variable `PANDOCFILTER_CLEANUP` that when `get_filename4code` is used, temporary directory will be cleaned up automatically. See #88.
   - `examples/` is no longer included in the distribution (i.e. source distribution or binary wheels found on PyPI.) This should be a backward incompatible change as `examples/` is never exposed as a Python module, nor entry points.
   - Added a couple of examples.
   - See more in <https://github.com/jgm/pandocfilters/compare/1.4.3...1.5.0>.