misc: Fix typos in changelog
This commit is contained in:
parent
6774a6c782
commit
139fb8353b
@ -9,7 +9,7 @@ All changes mention the author, unless contributed by me (@derekparker).
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Windows support landed in master. Still work to be done, but %95 the way there. (@lukehoban)
|
- Windows support landed in master. Still work to be done, but 95% the way there. (@lukehoban)
|
||||||
- `step-instruction` command added, has same behavior of the old `step` command.
|
- `step-instruction` command added, has same behavior of the old `step` command.
|
||||||
- (Backend) Implementation for conditional breakpoints, front end command coming soon. (@aarzilli)
|
- (Backend) Implementation for conditional breakpoints, front end command coming soon. (@aarzilli)
|
||||||
- Implement expression evaluator, can now execute commands like `print i == 2`. (@aarzilli)
|
- Implement expression evaluator, can now execute commands like `print i == 2`. (@aarzilli)
|
||||||
@ -17,10 +17,10 @@ All changes mention the author, unless contributed by me (@derekparker).
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- `step` command no longer steps single instruction but goes to next source line, stepping into functions.
|
- `step` command no longer steps single instruction but goes to next source line, stepping into functions.
|
||||||
- Refactor or `parseG` command for clarity and speed improvements.
|
- Refactor of `parseG` command for clarity and speed improvements.
|
||||||
- Optimize reading from target process memory with cache. (prefetch + parse) (@aarzilli)
|
- Optimize reading from target process memory with cache. (prefetch + parse) (@aarzilli)
|
||||||
- Shorten file paths in `trace` output.
|
- Shorten file paths in `trace` output.
|
||||||
- Added git sha to version output.
|
- Added Git SHA to version output.
|
||||||
- Support function spec with partial package paths. (@aarzilli)
|
- Support function spec with partial package paths. (@aarzilli)
|
||||||
- Bunch of misc variable evaluation fixes (@aarzilli)
|
- Bunch of misc variable evaluation fixes (@aarzilli)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user