Skip to content

Commit

Permalink
Merge pull request #30 from nir0s/fix-changelog
Browse files Browse the repository at this point in the history
Fix CHANGELOG issue reference
  • Loading branch information
nir0s authored May 9, 2018
2 parents fc54278 + 5f3f1c1 commit 63d0aee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 0.3.0 (UNRELEASED)

ENHANCEMENTS:
* Add support for ec2 specific contextual fields [[#27](#27)]
* Replace `datetime.now()` with `datetime.utcnow()` [[33e9c11](33e9c11)]
* Optimize performance (benchmarks will come soon) [[#26](#26)]
* Add support for ec2 specific contextual fields [[#27](https://github.com/nir0s/wryte/issues/27)]
* Replace `datetime.now()` with `datetime.utcnow()` [[33e9c11](https://github.com/nir0s/wryte/commit/33e9c118a345d8edcf099dd330badf5912cbf21a)]
* Optimize performance (benchmarks will come soon) [[#26](https://github.com/nir0s/wryte/issues/26)]

BUG FIXES:
* Reinstate k=v pair string handling only for the CLI [[728a274](728a274)]
* Reinstate k=v pair string handling only for the CLI [[728a274](https://github.com/nir0s/wryte/commit/728a274326d290791ded54e41714065f3e7f9902)]


## 0.2.1 (2018.03.26)
Expand Down

0 comments on commit 63d0aee

Please sign in to comment.