Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Jul 24, 2008
1 parent a68fb74 commit c8aa45d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
@@ -1,12 +1,12 @@
= Edge
= RedCloth 4.0.1

* Fixed lines starting with dashes being recognized as a definition list when there were no definitions.
* Created alias RedCloth.rb so Rails 2.1 gem dependency works on case-sensitive operating systems .
* Fixed parsing sentences that had two em dashes surrounded by spaces from becoming del phrases. #19
* Fixed links including prior quoted phrases. #17


= RedCloth 4.0
= RedCloth 4.0.0

* New SuperRedCloth (RedCloth 4.0) is a total rewrite using Ragel for the parsing.
* Markdown support has been removed.
Expand Down
2 changes: 1 addition & 1 deletion lib/redcloth/version.rb
Expand Up @@ -2,7 +2,7 @@ module RedCloth
module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
TINY = 1
RELEASE_CANDIDATE = nil

STRING = [MAJOR, MINOR, TINY].join('.')
Expand Down

0 comments on commit c8aa45d

Please sign in to comment.