History.markdown in jekyll-sitemap-0.10.0 vs History.markdown in jekyll-sitemap-0.11.0

- old
+ new

@@ -1,5 +1,12 @@ +## 0.11.0 / 2016-07-08 + + * Add Rubocop (#100) + * Allow Travis to cache dependencies (#108) + * Properly Escape URLs (#107) + * Include PDF files in sitemap (#109) + ## 0.10.0 / 2016-01-05 * URI encode sitemap URLs (#85) * Do not include 'posts' collection twice (#92) * Fix GitHub Pages tests to test just the Jekyll version (#87) @@ -18,27 +25,20 @@ ## 0.8.0 / 2015-02-03 * Call each page `page` in pages loop in `sitemap.xml` for clarity (#64) * Remove `changefreq` (#34) * Remove `priority` (#33) - * Don't strip 'index.html' when there is more to filename (#68) + * Don't strip 'index.html' when there is more to filename ## Minor Enhancements (#68) ## 0.7.0 / 2014-12-07 -## Minor Enhancements - * Make `site.baseurl` support more robust (#59) - * Add `site.baseurl` to base site URL construction (#50) + * Add `site.baseurl` to base site URL construction ## Development Fixes (#50) + * Remove unnecessary spaces and escaping in README ## Bug Fixes (#58) -## Development Fixes - - * Remove unnecessary spaces and escaping in README (#58) - ## 0.6.3 / 2014-11-11 -## Bug Fixes - * Be backwards-compatible when `Site#in_source_dir` and `Site#in_dest_dir` don't exist (#57) ## 0.6.2 / 2014-11-08 ### Bug Fixes @@ -82,13 +82,10 @@ ## 0.4.1 / 2014-05-10 ### Bug Fixes * Force sitemap layout to be `nil` (#16) - * Correct seconds in timestamp for static files (#24) - -# Development Fixes - + * Correct seconds in timestamp for static files # Development Fixes (#24) * Upgrade to Rspec 3.0 and use `be_truthy` (#24) ## 0.4.0 / 2014-05-06 ### Major Enhancements