From 4e8ddd5fa368bc3cf15013beda7a8d8228be830a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 8 May 2014 23:12:44 -0400 Subject: [PATCH] Update history. --- site/docs/history.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/site/docs/history.md b/site/docs/history.md index fe024714..630fe248 100644 --- a/site/docs/history.md +++ b/site/docs/history.md @@ -5,6 +5,31 @@ permalink: "/docs/history/" prev_section: contributing --- +## 2.0.3 / 2014-05-08 + +### Bug Fixes + +- Properly prefix links in site template with URL or baseurl depending upon + need. ([#2319]({{ site.repository }}/issues/2319)) +- Update gist tag comments and error message to require username ([#2326]({{ site.repository }}/issues/2326)) +- Fix `permalink` setting in site template ([#2331]({{ site.repository }}/issues/2331)) +- Don't fail if any of the path objects are nil ([#2325]({{ site.repository }}/issues/2325)) +- Instantiate all descendants for converters and generators, not just + direct subclasses ([#2334]({{ site.repository }}/issues/2334)) +- Replace all instances of `site.name` with `site.title` in site template ([#2324]({{ site.repository }}/issues/2324)) +- `Jekyll::Filters#time` now accepts UNIX timestamps in string or number form ([#2339]({{ site.repository }}/issues/2339)) +- Use `item_property` for `where` filter so it doesn't break on collections ([#2359]({{ site.repository }}/issues/2359)) +- Rescue errors thrown so `--watch` doesn't fail ([#2364]({{ site.repository }}/issues/2364)) + +### Site Enhancements + +- Add missing "as" to assets docs page ([#2337]({{ site.repository }}/issues/2337)) +- Update docs to reflect new `baseurl` default ([#2341]({{ site.repository }}/issues/2341)) +- Add links to headers who have an ID. ([#2342]({{ site.repository }}/issues/2342)) +- Use symbol instead of HTML number in `upgrading.md` ([#2351]({{ site.repository }}/issues/2351)) +- Fix link to frontmatter defaults docs ([#2353]({{ site.repository }}/issues/2353)) +- Fix for `History.markdown` in order to fix history page in docs ([#2363]({{ site.repository }}/issues/2363)) + ## 2.0.2 / 2014-05-07 ### Bug Fixes