Skip to content

Commit 24b8263

Browse files
authored
Merge pull request #5820 from sailro/patch-17
Bump VSTU to 4.4.2.0
2 parents 7fbdb4e + 4d584c0 commit 24b8263

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

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

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Change Log (Visual Studio Tools for Unity, Windows) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "09/18/2019"
4+
ms.date: "12/02/2019"
55
ms.technology: vs-unity-tools
66
ms.topic: "conceptual"
77
ms.assetid: ea490b7e-fc0d-44b1-858a-a725ce20e396
@@ -15,6 +15,54 @@ ms.workload:
1515

1616
Visual Studio Tools for Unity change log.
1717

18+
## 4.4.2.0
19+
20+
Released December 3, 2019
21+
22+
### Bug fixes
23+
24+
- **Integration:**
25+
26+
- Fixed diagnostics with user-defined interfaces.
27+
28+
- Fixed quick tooltips with malformed expressions.
29+
30+
## 4.4.1.0
31+
32+
Released November 6, 2019
33+
34+
### New Features
35+
36+
- **Integration:**
37+
38+
- Added support for Unity background processes. (The debugger is able to auto-connect to the main process instead of a child process).
39+
40+
- Added a quick tooltip for Unity messages, displaying the associated documentation.
41+
42+
### Bug fixes
43+
44+
- **Integration:**
45+
46+
- Fixed the tag comparison analyzer `UNT0002` with advanced binary and invocation expressions.
47+
48+
### Deprecated Features
49+
50+
- **Integration:**
51+
52+
- Going forward, Visual Studio Tools for Unity will only support Visual Studio 2017+.
53+
54+
## 4.4.0.0
55+
56+
Released October 15, 2019
57+
58+
### New Features
59+
60+
- **Integration:**
61+
62+
- Added a suppressor for `IDE0060` (unused parameter) for all Unity messages.
63+
64+
- Added a quick tooltip for fields tagged with `TooltipAttribute`. (This will work for a simple get accessor using this field as well).
65+
1866
## 4.3.3.0
1967

2068
Released September 23, 2019

0 commit comments

Comments
 (0)