Update CHANGELOG with everything changed so far. (#866)
This commit is contained in:
parent
dbc1ce1e5b
commit
c0d233878c
18
CHANGELOG.md
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user