Move section in changelog

This commit is contained in:
Joe Nelson
2016-02-26 12:17:24 -08:00
parent c094e5a0fc
commit fc4c792f9e
+3 -4
View File
@@ -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