Skip to content

Commit 9359831

Browse files
authored
Bump to v2.8 (VSTU 3) Preview
Added change log entry for the latest 2.8 release. Added "real" versions for other previews (because this version number was exposed on the gallery and used for assembly versioning) and is the version reference for our customers. cc @jbevain
1 parent 56c3855 commit 9359831

File tree

1 file changed

+70
-3
lines changed

1 file changed

+70
-3
lines changed

docs/cross-platform/change-log-visual-studio-tools-for-unity.md

Lines changed: 70 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,74 @@ translation.priority.mt:
3131
---
3232
# Change Log (Visual Studio Tools for Unity)
3333
Visual Studio Tools for Unity change log.
34+
35+
## 2.8 (3.0 Preview)
36+
Released 2016-11-17
37+
38+
### New Features
39+
40+
- **General:**
41+
42+
- Added Visual Studio 2017 installer support.
43+
44+
- Added Visual Studio 2017 extension support.
45+
46+
- Added localization support.
47+
48+
- **Code Editor:**
49+
50+
- Added C# IntelliSense for Unity messages.
51+
52+
- Added C# code coloration for Unity messages.
53+
54+
- **Debugger:**
55+
56+
- Added support for `is`, `as`, direct cast, `default`, `new` expressions.
57+
58+
- Added support for string concat expressions.
59+
60+
- Added support for hexadecimal display of integer values.
61+
62+
- Added support for creating new temporary variables (statements).
63+
64+
- Added support for implicit primitive conversions.
65+
66+
- Added better error messages when a type is expected or not found.
67+
68+
- **Project Generation:**
69+
70+
- Removed the CSharp suffix from the project names.
71+
72+
- Removed reference to a system wide msbuild targets file.
73+
74+
- **Wizards:**
75+
76+
- Added support for Unity messages in non Behaviour types such as Editor or EditorWindow.
77+
78+
- Switched to Roslyn to inject and format Unity messages.
79+
80+
### Bug fixes
81+
82+
- **Debugger:**
3483

84+
- Fixed a bug crashing Unity when evaluating generic types.
85+
86+
- Fixed handling of nullable types.
87+
88+
- Fixed handling of enums.
89+
90+
- Fixed handling of nested member types.
91+
92+
- Fixed collection indexer access.
93+
94+
- Fixed support for debugging iterator frames with new C# compiler.
95+
96+
- **Project Generation:**
97+
98+
- Fixed bug that prevented compilation when targeting the Unity Web player.
99+
100+
- Fixed bug that prevented compilation when compiling a script with a web encoded file name.
101+
35102
## 2.3
36103
Released 2016-07-14
37104

@@ -170,7 +237,7 @@ Visual Studio Tools for Unity change log.
170237

171238
- Fixed inspecting empty arrays.
172239

173-
## 2.0 Preview 2
240+
## 1.9.9 (2.0 Preview 2)
174241
Released 2015-04-02
175242

176243
### New features
@@ -259,7 +326,7 @@ Visual Studio Tools for Unity change log.
259326

260327
- **UI:** Support Visual Studio themes for context menu and icons.
261328

262-
## 2.0 Preview
329+
## 1.9.8 (2.0 Preview)
263330
Released 2014-11-12
264331

265332
### New features
@@ -822,4 +889,4 @@ Visual Studio Tools for Unity change log.
822889
- Fixed completion for dll inside the Asset folder for UnityScript and Boo.
823890

824891
## 1.0 – Initial release
825-
Released 2012-08-22
892+
Released 2012-08-22

0 commit comments

Comments
 (0)