Browse Source

changelog

pull/1842/head
Ethan Buchman 7 years ago
parent
commit
bffe6744ec
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      CHANGELOG.md

+ 3
- 1
CHANGELOG.md View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.3.0 (September 21, 2017_
## 0.3.0 (September 22, 2017)
BREAKING CHANGES: BREAKING CHANGES:
@ -14,12 +14,14 @@ FEATURES:
- [common] various common HTTP functionality - [common] various common HTTP functionality
- [common] Date range parsing from string (ex. "2015-12-31:2017-12-31") - [common] Date range parsing from string (ex. "2015-12-31:2017-12-31")
- [common] ProtocolAndAddress function
- [pubsub] New package for publish-subscribe with more advanced filtering - [pubsub] New package for publish-subscribe with more advanced filtering
BUG FIXES: BUG FIXES:
- [common] fix atomicity of WriteFileAtomic by calling fsync - [common] fix atomicity of WriteFileAtomic by calling fsync
- [db] fix memDb iteration index out of range - [db] fix memDb iteration index out of range
- [autofile] fix Flush by calling fsync
## 0.2.2 (June 16, 2017) ## 0.2.2 (June 16, 2017)


Loading…
Cancel
Save