RELEASE_NOTES.md in riak-client-1.4.1 vs RELEASE_NOTES.md in riak-client-1.4.2

- old
+ new

@@ -1,6 +1,27 @@ # Riak Ruby Client Release Notes +## 1.4.2 Bugfix Release - TBD + +Release 1.4.2 fixes a couple bugs. + +Issues: + +* Secondary index queries against non-2i-enabled buckets/backends now raise a + useful exception. + +Bugfixes: + +* 2i Requests over PBC block forever when 0 results match in 1.4.x, + reported by Sean "graphex" McKibben in + https://github.com/basho/riak-ruby-client/pull/121 and + https://github.com/basho/riak-ruby-client/pull/122 +* RObject#links is an Array when loaded from PBC, reported by Dan Pisarski in + https://github.com/basho/riak-ruby-client/pull/123 +* Bucket listing doesn't work with HTTP backend, + reported and fixed by Wagner Camaro in + https://github.com/basho/riak-ruby-client/pull/124 + ## 1.4.1 Patch/Bugfix Release - 2013-09-06 Release 1.4.1 fixes a few minor bugs and issues. Issues: