CHANGES.txt in rsolr-2.5.0 vs CHANGES.txt in rsolr-2.6.0
- old
+ new
@@ -1,4 +1,16 @@
+2.6.0
+
+- Stop testing on Ruby 2. https://github.com/rsolr/rsolr/pull/237
+- Set solr version to 8.11.3. https://github.com/rsolr/rsolr/pull/238
+- Add newer rubies to the test matrix. https://github.com/rsolr/rsolr/pull/239
+- Sanitizing URIs displayed in error messages. https://github.com/rsolr/rsolr/pull/236
+
+2.5.0
+
+- Sorry, not human-edited: https://github.com/rsolr/rsolr/compare/v2.4.0...v2.5.0
+
+
2.4.0
- Raise specific timeout error for solr timeouts. https://github.com/rsolr/rsolr/pull/214
- Pass `timeout` RSolr configuration through to Faraday, deprecate `read_timeout` Rsolr configuration. https://github.com/rsolr/rsolr/pull/215
- Better visibility of Solr error message in `RSolr::Error`. https://github.com/rsolr/rsolr/pull/222