summaryrefslogtreecommitdiff
path: root/docs/release-2.0.1.txt
blob: c0b890a916c3d00655c2eb13207a420af4141d70 (plain)
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.