release-2.0.1.txt 776 B

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