Skip to content

Commit 6ff8cdc

Browse files
committed
Version 0.49.1 docs
1 parent 15216ca commit 6ff8cdc

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ Version history
10711071
- fix missing line numbers for new versions of mspdb (e.g. 14.16.27012/VS 15.9)
10721072
* mago: variables captured from stack of outer function not displayed in locals
10731073

1074-
2019-04-07 0.49.0
1074+
2019-04-07 Version 0.49.0
10751075
* installation
10761076
- prepare for VS2019: detect installation, build against VS 2019 SDK, Win SDK 10.0.17763.0
10771077
- bugzilla 19690: installer fails to register MSBuild extensions for Visual Studio Build Tools
@@ -1099,7 +1099,7 @@ Version history
10991099
- tweaked default colors to better work with dark mode (restart VS and Visual D twice after switch
11001100
between light and dark modes)
11011101

1102-
2019-04-20 0.49.1
1102+
2019-04-21 Version 0.49.1
11031103
* fixed reading settings from VC projects in VS2017
11041104
* fixed determining versions from dmd versions no longer supporting -gc
11051105
* fixed reading import path from newer LDC versions

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define VERSION_MAJOR 0
22
#define VERSION_MINOR 49
33
#define VERSION_REVISION 1
4-
#define VERSION_BETA -beta
5-
#define VERSION_BUILD 1
4+
#define VERSION_BETA
5+
#define VERSION_BUILD 0

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+
2019-04-21 Version 0.49.1
58+
$(UL
59+
$(LI fixed reading settings from VC projects in VS2017)
60+
$(LI added support for VS2019 Update 16.1)
61+
$(LI dparser improvements and bug fixes)
62+
)
63+
5764
2019-04-07 Version 0.49.0
5865
$(UL
5966
$(LI support for Visual Studio 2019)

doc/VersionHistory.dd

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

3+
$(H2 2019-04-21 Version 0.49.1)
4+
$(UL
5+
$(LI fixed reading settings from VC projects in VS2017)
6+
$(LI fixed determining versions from dmd versions no longer supporting -gc)
7+
$(LI fixed reading import path from newer LDC versions)
8+
$(LI added support for VS2019 Update 16.1)
9+
$(LI dparser:
10+
$(UL
11+
$(LI jump to original definition if it is not renamed or the caret is on the import)
12+
$(LI fixed import lookup if module name is also a package)
13+
$(LI fixed stack overflows with static foreach)
14+
$(LI fixed infinite loop for cyclic base classes)
15+
$(LI fixed more crashes during semantic highlighting)
16+
))
17+
)
18+
319
$(H2 2019-04-07 Version 0.49.0)
420
$(UL
521
$(LI installation

0 commit comments

Comments
 (0)