You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,40 @@ This project adheres to Semantic Versioning.
5
5
6
6
All changes mention the author, unless contributed by me (@derekparker).
7
7
8
+
## [1.2.0] TO-BE-DETERMINED
9
+
10
+
### Added
11
+
12
+
- Go 1.12 support
13
+
- Improved `trace` command to show return values and trace pre-built executables or tests (#1379, #1380, #1381, @derekparker)
14
+
- Windows Minidump support (#1386, #1387, #1402, @aarzilli)
15
+
- Better support for split DWARF symbol files (#1405, #1420, @derekparker, @slp)
16
+
- Function call support on macOS (#1324, @derekparker)
17
+
-`deferred` command to view the arguments of a deferred call (#1285, #1265, @aarzilli)
18
+
- Support for debugging Position Independent Executables (#1358, @aarzilli)
19
+
- Type conversions of byte and rune arrays into strings (#1372, @chainhelen)
20
+
- Configuration option (source-list-line-color) to change the color of line numbers in listings (#1364, @Russtopia)
21
+
- New expression `iface.(data)` to access the concrete value of interface variable `iface`, without having to write a full type assertion (#1340, @aarzilli)
22
+
- Support for specifying multiple source files as arguments for `debug`, `trace` and `test` (#1339, @chainhelen)
23
+
24
+
### Fixed
25
+
26
+
- Make `edit` command work with vim and neovim (#1451, @the4thamigo-uk)
27
+
- Support Linux kernels prior to 2.6.34 (i.e. without PTRACE_GETREGSET) (#1435, @aarzilli)
28
+
- Fixed `substitute-path` configuration option on Windows (#1418, @zavla)
29
+
- Better performance for ListGoroutines API call (#1440, #1408, @slp, @aarzilli)
30
+
- Better performance when loading the value of very large sparse maps (#1392, @aarzilli)
31
+
- Other bug fixes (#1377, #1384, #1429, #1434, #1445, @aarzilli)
32
+
33
+
### Changed
34
+
35
+
- Changes to where the configuration is stored, conforming to [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) with fallbacks to the current directory when calls to `user.Current` fail (#1455@GregorioMartinez, @acshekhara1)
36
+
- Project moved from github.com/derekparker/delve to github.com/go-delve/delve (@derekparker)
37
+
- Switched dependency management to go.mod (@aarzilli, @derekparker, @zavla)
38
+
- New build scripts and support building on macOS without the native backend (@aarzilli, @kevin-cantwell)
39
+
- Tolerate corrupted memory when reading the goroutine list (#1354, @aarzilli)
0 commit comments