v1.8.3 Changelog (#2988)
Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
This commit is contained in:
parent
5d37d8254b
commit
4a91946fd9
18
CHANGELOG.md
18
CHANGELOG.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user