Skip to content

Commit f1286f6

Browse files
committed
update CHANGES for mago
1 parent 53ef84d commit f1286f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ unreleased Version 0.47.0
963963
- can now convert DBG files alongside exe/dll
964964
* build system
965965
- msbuild:
966-
- improved dependency handling for single file compilation (thanks to Igor Cesi)
966+
- improved dependency handling for single file compilation (thanks to Igor Cesi)
967967
- LDC now assumed to be multilib installation, i.e. 64-bit lib folder is "lib64", not "lib"
968968
- Issue 18641: phobos/druntime libraries automatically added to link if any D file
969969
is compiled in the project or a dependent static library (without -betterC)
@@ -980,6 +980,8 @@ unreleased Version 0.47.0
980980
on Tools->Options->Debugging-Mago page, not with LDC)
981981
- shows symbol names for pointers if found in image
982982
- pointers: also show value for pointee, remove additional indirection for complex types
983-
- can now call functions and delegates without arguments from watch window
983+
- support to call functions and delegates without arguments from watch window
984+
(dmd win64 only, no slice or delegate return values)
985+
- can now show the dynamic type of an interface
984986
* miscellaneous
985987
- Issue 18622: removed outdated information regarding link definition when generated by Visual D DLL project.

0 commit comments

Comments
 (0)