v1.8.3 Changelog (#2988)

Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
This commit is contained in:
polinasok 2022-04-25 09:04:42 -07:00 committed by GitHub
parent 5d37d8254b
commit 4a91946fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,24 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
## [1.8.3] 2022-04-25
### Added
- Pretty-print time.Time variables (@aarzilli)
- Better "could not open debug info" errors (@polinasok)
- DAP: Support --disable-aslr (@polinasok)
- DAP interface documentation improvements (@polinasok)
- CLI documentation improvements (@derekparker, @deathiop)
### Fixed
- DAP: offer disconnect/stop options for attach mode only (@polinasok)
- Fix godoc comments (@hitzhangjie)
- Allow low index == len in reslice expressions (@aarzilli)
- Fix leaky process when failing to debug stripped binaries in headless mode (@polinasok)
- Skip stepping into autogenerated functions for go1.18 (@aarzilli)
### Changed
- Drop support for building on Go < 1.10 (@aarzilli)
## [1.8.2] 2022-03-07
### Added
- Add '-clear' option for 'condition' command (@chainhelen)