From f3f3375da7aa0e14ed3f54df87ef4df039ccb474 Mon Sep 17 00:00:00 2001 From: Yoann Moinet Date: Mon, 4 Jul 2016 12:02:26 +0200 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe59d8..c5aca68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [0.5.2](https://github.com/damonjs/damon/compare/v0.5.1...v0.5.2) (2016-07-04) + + +### Bug Fixes + +* **start, navigate:** add a timeout to handle long requests ([f9a7dfa](https://github.com/damonjs/damon/commit/f9a7dfa)) +* better error reporting on navigation ([de84fab](https://github.com/damonjs/damon/commit/de84fab)) + + +### Features + +* **casper:** add a flag to ignore errors ([01995fd](https://github.com/damonjs/damon/commit/01995fd)) + + + ## [0.5.1](https://github.com/damonjs/damon/compare/v0.5.0...v0.5.1) (2016-06-29)