Skip to content

Commit 492c58d

Browse files
committed
update CHANGES
1 parent e14c34f commit 492c58d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,9 +998,11 @@ unreleased Version 0.48.0
998998
* show detected compiler version below installation path
999999
* fix installation of the D icon for the solution explorer
10001000
* when pasting code to D source file newlines are adapted to surrounding code
1001-
* dparser: no semantic info for a package if any file in the package has fatal parser error
10021001
* VS2017: D compiler installation paths are now saved to "HKCR\Softwre\Visual D" to be picked up by msbuild
10031002
* mago: added option to show base class fields as direct fields
10041003
* semantic analysis did not work if "parse source for syntax errors" was disabled
10051004
* mago: can now show return values of functions stepped over (not slices or delegates or small non-POD-structs)
10061005
* mago: fix crash when showing children in data tooltip
1006+
* fixed "Compile and Run" on selection
1007+
* dparser: no semantic info for a package if any file in the package has fatal parser error
1008+
* dparser: now has semantic support for static foreach

0 commit comments

Comments
 (0)