History.markdown in jekyll-sitemap-0.12.0 vs History.markdown in jekyll-sitemap-0.13.0

- old
+ new

@@ -1,4 +1,23 @@ +## 0.13.0 / 2017-01-05 + +### Minor Enhancements + + * Add sitemap.xsl if exists (#143) + * Add robots.txt when none exists (#146) + * Refactor and add sitemap to `site.pages` (#137) + * DRY in sitemap.xml (#136) + +### Documentation + + * Fix #134: Rename "Issues" to "Known Issues" (#135) + * Fix #104: Add explanation in README for <lastmod> tag (#139) + * Update copyright attribution (#149) + +### Development Fixes + + * Travis should do a deep clone (#147) + ## 0.12.0 / 2016-10-06 ### Minor Enhancements * Don't set @site.config["time"] on sitemap generation (#131)