From b6c368ed70034e0589b37ba312df56f65fe753f1 Mon Sep 17 00:00:00 2001 From: Brian Cavalier Date: Tue, 2 Sep 2014 21:59:14 -0400 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2abc5641..ae9b77d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 3.4.5 + +* Fixes for edge cases for unhandled rejection reporting + ### 3.4.4 * Workaround for node 0.10.30 setTimeout bug. See [this issue](https://github.com/joyent/node/issues/8167)