Skip to content

Commit

Permalink
v1.8.3 (go-delve#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker authored Mar 8, 2022
1 parent 2361216 commit 51b44c8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51b44c8

Please sign in to comment.