CHANGELOG.md in aerospike-1.0.8 vs CHANGELOG.md in aerospike-1.0.9

- old
+ new

@@ -1,13 +1,27 @@ +## Augest 11 2015 (1.0.9) + + Minor fix release. + + * **Fixes**: + + * Sends the original key value to the server for all relevant commands, including `operate` and `execute_udf` + ## July 23 2015 (1.0.8) Minor fix release. + * **Improvements**: + + * Adds 'Filter.to_s'. Thanks to [Ángel M](https://github.com/Angelmmiguel) + * **Fixes**: * Fixes an issue in write policy that would use an undefined variable if `:send_key` isn't `nil`. * Fixes an issue in cluster.closed logic. + + * Fixes an issue with including the `statement.rb` in the manifest. Thanks to [Ángel M](https://github.com/Angelmmiguel) ## May 15 2015 (1.0.7) Minor fixes.