History.markdown in jekyll-2.0.1 vs History.markdown in jekyll-2.0.2

- old
+ new

@@ -8,10 +8,22 @@ ### Development Fixes ### Site Enhancements +## v2.0.2 / 2014-05-07 + +### Bug Fixes + +* Correct use of `url` and `baseurl` in the site template. (#2317) +* Default `baseurl` to `""` (#2317) + +### Site Enhancements + +* Correct docs for the `gist` plugin so it always includes the username. (#2314) +* Clarify new (defaults, `where` filter) features in docs (#2316) + ## 2.0.1 / 2014-05-06 ### Bug Fixes * Require `kramdown` gem instead of `maruku` gem @@ -157,10 +169,10 @@ * Update `rr` link in CONTRIBUTING doc (#2247) * Streamline cucumber execution of `jekyll` subcommands (#2258) * Refactor `Commands::Serve`. (#2269) * Refactor `highlight` tag (#2154) * Update `Util` hash functions with latest from Rails (#2273) - * Workaround for Travis bug (#2290) + * Workaround for Travis bug (#2290) ### Site Enhancements * Document Kramdown's GFM parser option (#1791) * Move CSS to includes & update normalize.css to v2.1.3 (#1787) * Minify CSS only in production (#1803)