forked from Python-Markdown/markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-2.0.1.txt
22 lines (18 loc) · 941 Bytes
/
release-2.0.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: Release Notes for v2.0.1
prev_title: Release Notes for v2.0.2
prev_url: release-2.0.2.html
next_title: Release Notes for v2.0
next_url: release-2.0.html
Python-Markdown 2.0.1 Release Notes
===================================
Python-Markdown 2.0.1 is a bug-fix release. No new features have been added.
Most notably, various issues with the command line script have been fixed.
There have also been a few fixes for minor parsing bugs in some edge cases.
For a full list of changes, see the git log.
Backwards-incompatible Changes
------------------------------
Due to various complications in how Python handles command line scripts in
difference systems and with different installation tools, we were forced to
rename the command line script to `markdown` (no `.py`). A matching batch
script will get installed on Windows. Any shell scripts which call
`markdown.py` will need to be altered to call `markdown` instead.