From c0d233878cec31972d171110ef38a3a3bfad1752 Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Mon, 12 Jun 2017 22:25:26 +0200 Subject: [PATCH] Update CHANGELOG with everything changed so far. (#866) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 494d641e..8479859d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ This project adheres to Semantic Versioning. All changes mention the author, unless contributed by me (@derekparker). +## [1.0.0-rc.2] DATE TO BE DEFINED + +### Added + +- Automatically print panic reason for unrecovered panics (@aarzilli) + +### Fixed + +- Better interoperation with debugserver on macOS (@aarzilli) +- Fix behavior of next, step and stepout with recursive functions (@aarzilli) +- Parsing of maps with zero sized values (@aarzilli) +- Typo in the documentation of `types` command (@custa) + +### Changed + +- Switched from godeps to glide (@derekparker) +- Better performance of linux native backend (@aarzilli) + ## [1.0.0-rc.1] 2017-05-05 ### Added