Skip to content

Commit 2a9e959

Browse files
committed
update changelogs
1 parent 68fe2ab commit 2a9e959

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

CHANGES

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ Version history
986986
* miscellaneous
987987
- Issue 18622: removed outdated information regarding link definition when generated by Visual D DLL project.
988988

989-
unreleased Version 0.48.0
989+
2018-12-02 Version 0.48.0
990990

991991
* installation
992992
- installer and binaries now digitally signed by the "D Language Foundation"
@@ -1055,3 +1055,19 @@ unreleased Version 0.48.0
10551055
- added option to not indent case statements
10561056
* fixed "Compile and Run" on selection
10571057
* fix help via F1 for dmd 2.072+
1058+
1059+
2018-12-22 Version 0.48.1
1060+
* dparser:
1061+
- fix Issue 19411: increase stack size for DParserCOMServer
1062+
- goto definition on alias: jump to base definition if caret on alias
1063+
* build system
1064+
- fix Issue 19445: Linking to lib under "c:\Program Files (x86)" does not work in Visual D
1065+
* dustmite
1066+
- fix copying project for dustmite with relative paths
1067+
- move command line options to new setup page, add dustmite command line options
1068+
* cv2pdb
1069+
- fix crash if mspdb*.dll cannot be loaded from path
1070+
- emit "elemtype[keytype]" instead of "dAssocArray"
1071+
- fix missing line numbers for new versions of mspdb (e.g. 14.16.27012/VS 15.9)
1072+
* mago: variables captured from stack of outer function not displayed in locals
1073+

doc/StartPage.dd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ $(H2 News)
5454
$(P $(LINK2 VersionHistory.html, Full version history and complete details...)
5555
)
5656

57+
2018-12-22 Version 0.48.1
58+
$(UL
59+
$(LI goto definition on alias: jump to base definition if caret on alias)
60+
$(LI cv2pdb: fix missing line numbers for new versions of mspdb*.dll)
61+
$(LI mago: variables captured from stack of outer function not displayed in locals)
62+
)
63+
5764
2018-12-02 Version 0.48.0
5865
$(UL
5966
$(LI installer and binaries now digitally signed by the "D Language Foundation")

doc/VersionHistory.dd

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
Ddoc
22

3+
$(H2 2018-12-22 Version 0.48.1)
4+
$(UL
5+
$(LI dparser:
6+
$(UL
7+
$(LI fix Issue 19411: increase stack size for DParserCOMServer)
8+
$(LI goto definition on alias: jump to base definition if caret on alias)
9+
))
10+
$(LI build system
11+
$(UL
12+
$(LI fix Issue 19445: Linking to lib under "c:\Program Files (x86)" does not work in Visual D)
13+
))
14+
$(LI dustmite
15+
$(UL
16+
$(LI fix copying project for dustmite with relative paths)
17+
$(LI move command line options to new setup page, add dustmite command line options)
18+
))
19+
$(LI cv2pdb
20+
$(UL
21+
$(LI fix crash if mspdb*.dll cannot be loaded from path)
22+
$(LI emit "elemtype[keytype]" instead of "dAssocArray")
23+
$(LI fix missing line numbers for new versions of mspdb*.dll (e.g. 14.16.27012/VS 15.9))
24+
))
25+
$(LI mago
26+
$(UL
27+
$(LI variables captured from stack of outer function not displayed in locals)
28+
))
29+
)
30+
31+
332
$(H2 2018-12-02 Version 0.48.0)
433
$(UL
534
$(LI installation

0 commit comments

Comments
 (0)