diff --git a/History.markdown b/History.markdown index 170d6dab..adbfb765 100644 --- a/History.markdown +++ b/History.markdown @@ -3,7 +3,7 @@ ### Bug Fixes * Fix #4427: Make our @config hash symbol accessible. (#4428) - * Jekyll.sanitized_path: sanitizing a questionable path should handle tildes (#4492) + * `Jekyll.sanitized_path`: sanitizing a questionable path should handle tildes (#4492) ### Minor Enhancements @@ -135,6 +135,16 @@ * Add Contentful Extension to list of third-party plugins (#4390) * Correct Minor spelling error (#4394) +## 3.0.3 / 2016-02-08 + +### Bug Fixes + +* Fix extension weirdness with folders (#4493) +* EntryFilter: only include 'excluded' log on excluded files (#4479) +* `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path (#4468) +* `LiquidRenderer#parse`: parse with line numbers (#4453) +* `Document#<=>`: protect against nil comparison in dates. (#4446) + ## 3.0.2 / 2016-01-20 ### Bug Fixes diff --git a/site/_docs/history.md b/site/_docs/history.md index 7943203b..6514e2c4 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -126,6 +126,19 @@ permalink: "/docs/history/" - Correct Minor spelling error ([#4394]({{ site.repository }}/issues/4394)) +## 3.0.3 / 2016-02-08 +{: #v3-0-3} + +### Bug Fixes +{: #bug-fixes-v3-0-3} + +* Fix extension weirdness with folders ([#4493]({{ site.repository }}/issues/4493)) +* EntryFilter: only include 'excluded' log on excluded files ([#4479]({{ site.repository }}/issues/4479)) +* `Jekyll.sanitized_path`: escape tildes before sanitizing a questionable path ([#4468]({{ site.repository }}/issues/4468)) +* `LiquidRenderer#parse`: parse with line numbers ([#4453]({{ site.repository }}/issues/4453)) +* `Document#<=>`: protect against nil comparison in dates. ([#4446]({{ site.repository }}/issues/4446)) + + ## 3.0.2 / 2016-01-20 {: #v3-0-2} diff --git a/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown b/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown new file mode 100644 index 00000000..f648cb28 --- /dev/null +++ b/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown @@ -0,0 +1,31 @@ +--- +layout: news_item +title: 'Jekyll 3.0.3 Released' +date: 2016-02-08 10:39:08 -0800 +author: +version: 3.0.3 +categories: [release] +--- + +[GitHub Pages upgraded to Jekyll 3.0.2][1] last week and there has been a +joyous reception so far! This release is to address some bugs that affected +some users during the cut-over. The fixes include: + +* Fix problem where outputting to a folder would have two extensions +* Handle tildes (`~`) in filenames properly +* Fix issue when comparing documents without dates +* Include line numbers in liquid error output + +Read more on the [changelog](/docs/history/#v3-0-3) with links to the +related patches. + +Please keep [submitting bugs][2] as you find them! Please do take a look +[in our various help resources](/help/) before filing a bug and use [our +forum][3] for asking questions and getting help on a specific problem +you're having. + +Happy Jekylling! + +[1]: https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0 +[2]: {{ site.repository }}/issues +[3]: https://talk.jekyllrb.com/