From fc4c792f9ef6f1d52922faa1f1f3276437912ab3 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 26 Feb 2016 12:17:24 -0800 Subject: [PATCH] Move section in changelog --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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