diff --git a/History.txt b/History.txt index 78d69bac..442300d2 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,6 @@ == 0.5.2 + * Minor Enhancements + * Upgraded RedCloth to 4.2.1, which makes tags work once again. * Bug Fixes * Fixing Ruby 1.9 issue that requires to_s on the err object [github.com/Chrononaut] * Fixes for pagination and ordering posts on the same day [github.com/ujh] @@ -7,6 +9,7 @@ * Added trailing slash to pretty permalink style so Apache is happy [github.com/eugenebolshakov] * Bad markdown processor in config fails sooner and with better message [github.com/gcnovus] * Allow CRLFs in yaml frontmatter [github.com/juretta] + * Added Date#xmlschema for Ruby versions < 1.9 == 0.5.1 / 2009-05-06 * Major Enhancements diff --git a/README.textile b/README.textile index 51b3d3ea..d5165711 100644 --- a/README.textile +++ b/README.textile @@ -10,6 +10,7 @@ h2. Getting Started * Read up about its "Usage":http://wiki.github.com/mojombo/jekyll/usage and "Configuration":http://wiki.github.com/mojombo/jekyll/configuration * Take a gander at some existing "Sites":http://wiki.github.com/mojombo/jekyll/sites * Fork and "Contribute":http://wiki.github.com/mojombo/jekyll/contribute your own modifications +* Have questions? Post them on the "Mailing List":http://groups.google.com/group/jekyll-rb h2. Diving In @@ -21,7 +22,7 @@ h2. Diving In h2. Dependencies -* RedCloth: Textile support. +* RedCloth: Textile support * Liquid: Templating system * Classifier: Generating related posts * Maruku: Default markdown engine