--- %YAML:1.0
- version: 2.0.5
  date: 2004-04-14
  changes: 
    - Added safe mode (patch courtesy of Florian Gross).
    - Added line folding (suggested by Jim Menard).
    - Fixing notextile tags to work multi-line.
    - Ambiguity with em-dash and block opener.
    - Footnote bug. (Thanks, Jim Menard!)

- version: 2.0.4
  date: 2004-04-08
  changes:
    - Scaled back aggresiveness of the inline matching to aid the em-dash.
    - Scaled back footnotes to stay out of array indices.

- version: 2.0.3
  date: 2004-04-02
  changes:
    - Handling of pre, code, notextile was all wrong.  Also, got rid of the goofed up
      split then collect.  Now using gsub! and recursion to handle inlines and glyphs.
    - Better acronym support.
    - Suppression of Regexp warnings.
    - Single- and double-quoted string wierdness.  Thanks, Bret Pettichord.

- version: 2.0.2
  date: 2004-03-08
  changes:
    - Fixed broken lists, broken tables.
    - code/pre tags now escape properly, glyphs are working, spans are working when surrounded by html tags.
    - Fixed classes and ids. 
    - Restricted notextile tags to a single line.

- version: 2.0.1
  date: 2004-02-10
  changes:
    - Unmatched closing slash on regexps in ruby 1.6.8.
    - Fixes to bulleted lists.

- version: 2.0
  date: 2004-02-06
  changes:
    - Complete rewrite of RedCloth, against beta2 from textism.com.

- version: 0.41
  date: 2003-06-20
  changes:
    - Newlines were outputing as escaped.

- version: 0.4
  date: 2003-06-20
  changes:
    - Initial public release.
    - Integration of YAML-based PyTextile tests.
