Home | History | Annotate | Download | only in docs
      1 Python-Markdown 2.0.1 Release Notes
      2 ===================================
      3 
      4 Python-Markdown 2.0.1 is a bug-fix release. No new features have been added.
      5 Most notably, various issues with the command line script have been fixed.
      6 There have also been a few fixes for minor parsing bugs in some edge cases.
      7 For a full list of changes, see the git log.
      8 
      9 Backwards-incompatible Changes
     10 ------------------------------
     11 
     12 Due to various complications in how Python handles command line scripts in 
     13 differance systems and with differant installation tools, we were forced to 
     14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
     15 script will get installed on Windows. Any shell scripts which call 
     16 ``markdown.py`` will need to be altered to call ``markdown`` instead.
     17