diff --git a/CHANGELOG.md b/CHANGELOG.md index 714f3de23..8eb19bf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased ### Fixed - - Prevent query error from infecting later connection - @begriffs, @ruslantalpa, @nikita-volkov, @jwiegley +### Added +- Applies range headers to RPC calls - @diogob + ## [0.3.0.4] - 2016-02-12 ### Fixed @@ -17,9 +19,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Throw an error for OPTIONS on nonexistent tables - @calebmer - Remove deadlock on simultaneous contentious updates - @ruslantalpa, @begriffs -### Added -- Applies range headers to RPC calls - @diogob - ## [0.3.0.3] - 2016-01-08 ### Fixed