CHANGES.txt in rsolr-0.11.0 vs CHANGES.txt in rsolr-0.12.0
- old
+ new
@@ -1,4 +1,11 @@
+0.12.0 - February 3, 2010
+ Removed adapters for xml and connections (these will be provided via separate gems)
+ - default xml generator is Builder
+ - default http connection is Net::Http
+ Removed JRuby/Direct connection stuff (this will be in a new library)
+ Updated specs
+
0.11.0 - November 17, 2009
Removed pagination feature yet again... keeping it in RSolr::Ext until a better API can be thought up.
Updated Xout with fixed version - thanks to Mat Brown
- bug in escaping consecutive special characters
- moved regexp patterns out of loop, into "static" variables instead
\ No newline at end of file