@@ -867,22 +867,32 @@ Version history
867867
868868unreleased Version 0.45.0
869869
870- * fixed Compile and Run/Debug if building through MS-COFF and not having VS selected in sc.ini
871- * mago: fixed memory leaks that could also prohibit compilation due to PDB file still open
872- * mago: add debugger options page to allow hiding internal locals and static members
873- * cv2pdb: added support for AA display in mago
874- * DParser: added support for function attributes @nogc and scope, align(expression)
875- * added task list support for files loaded into the editor
876- * read default DMD installation path from Visual D or DMD registry key, if not available in
877- VS registry hive
878- * new project option "Add import paths of project dependencies"
879- * use generic file system tracking instead of compiler switch -deps=
880- * fixed tracker.exe not found in VS2015 and VS2017
881- * /MAPINFO: remove ancient options no longer supported by the MS linker
882- * separated compile and link into two batches so compile skipped if only link inputs changed
883- * fix crash when editing dub.json when part of a project
884- * UCRT version detection: ignore directories that do not start with a digit (e.g. from DDK)
885- * dependency monitoring: added option to specify files/folders to exclude from dependency check
886- * mago: can now show registers in expressions
887- * mago: show static members and base class with different icons
888- * DParser: cache semantic results until next edit
870+ * mago debugger:
871+ - fixed memory leaks that could also prohibit compilation due to PDB file still open
872+ - add debugger options page to allow hiding internal locals and static members
873+ - can now show registers in expressions
874+ - show static members and base class with different icons
875+ - fixed x64 debugger failing to start
876+ - cv2pdb: added support for AA display in mago
877+ * build system
878+ - use generic file system tracking instead of compiler switch -deps=
879+ - fixed tracker.exe not found in VS2015 and VS2017
880+ - new project option "Add import paths of project dependencies"
881+ - fixed Compile and Run/Debug if building through MS-COFF and not having VS selected in sc.ini
882+ - /MAPINFO: remove ancient options no longer supported by the MS linker
883+ - separated compile and link into two batches so compile skipped if only link inputs changed
884+ - dependency monitoring: added option to specify files/folders to exclude from dependency check
885+ * editor
886+ - fix crash when editing dub.json when part of a project
887+ - added task list support for files loaded into the editor
888+ * installation
889+ - read default DMD installation path from Visual D or DMD registry key, if not available in VS registry hive
890+ - UCRT version detection: ignore directories that do not start with a digit (e.g. from DDK)
891+ - bugzilla Issue 17384: fix default executable search path for LDC/x64 under VS2017
892+ * cpp2d: add missing default to switch(), ensure space between identifiers, fix module name for translated C-files
893+ * DParser seantic engine:
894+ - added support for function attributes @nogc and scope, align(expression)
895+ - cache semantic results until next edit
896+ - break endless loop due to unresolved selective import
897+ - fix for no expansions for symbols from public import in imported module
898+ - try dparser as fallback if goto definition on import fails
0 commit comments