History.txt in big_sitemap-0.8.1 vs History.txt in big_sitemap-0.8.2
- old
+ new
@@ -1,4 +1,19 @@
+=== 0.8.2 / 2010-01-25
+
+* Fixes an issue where sitemap files were not being generated if the same model
+ was added more than once (fixes issue #5: https://github.com/alexrabarts/big_sitemap/issues/#issue/5)
+
+=== 0.8.1 / 2010-01-25
+
+* API change: Rails/Merb are no longer automatically detected - use BigSitemapRails and BigSitemapMerb instead
+* API change: Rails' polymorphic_url helper is no longer used to generate URLs (use a lambda with the new :location option instead)
+* Static resources can now be added using the add_static method
+* Incremental updates are now available via the :partial_update option
+* "loc" URL values can now be generated with lambdas
+* Sitemap files can now be locked while being generated using the with_lock method
+* Several bug fixes
+
=== 0.5.1 / 2009-09-07
* Fixes an issue with the :last_modified key being passed into the find method options
=== 0.5.0 / 2009-09-07