From 51b44c899d00ab3081c8ebe6110e429994c240dc Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Tue, 8 Mar 2022 09:27:49 -0800 Subject: [PATCH] v1.8.3 (#2918) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337ab3a9..c2b60c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. +## [1.8.2] 2021-03-07 +### Added +- Add '-clear' option for 'condition' command (@chainhelen) +- Support ctrl-Z for shell job control (@derekparker) + +### Fixed +- Improve handling of hard coded breakpoints (@aarzilli) +- Better error messages for ambiguous function calls / type casts (@aarzilli) +- Fix crash when trying to open separate debug info (@aarzilli) +- Handle non-install dev tools on osx (@zchee) + +### Changed +- Downgrade loadBuildID error to warning (@aarzilli) +- Require go-delve/liner in go.mod file instead of upstream version (@hyanhag) + ## [1.8.1] 2021-02-07 ### Added