CHANGES.txt in rsolr-1.0.11 vs CHANGES.txt in rsolr-1.0.12
- old
+ new
@@ -1,4 +1,7 @@
+1.0.12
+ - Fix bug where specifying the wt property as a string, would add the supplied value to the default ('ruby') rather than overriding it.
+
1.0.11
- add RSolr.solr_escape method and add deprecation messages to RSolr.escape (ndushay)
- use stdlib URI.escape methods instead of homegrown in RSolr::URI (ndushay)
- fix bug with Rsolr::Uri.create adding trailing slash if query params (ndushay)
- update rake tasks (cbeer)