File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,37 @@ translation.priority.mt:
32
32
# Change Log (Visual Studio Tools for Unity)
33
33
Visual Studio Tools for Unity change log.
34
34
35
+ ## 3.4.0.2
36
+ Released 2017-09-19
37
+
38
+ ### New Features
39
+
40
+ - ** Project Generation:**
41
+
42
+ - Added support for assembly.json compilation units.
43
+
44
+ - Stopped copying Unity assemblies to the project folder.
45
+
46
+ - ** Debugger:**
47
+
48
+ - Added support for setting the next statement with the new Unity runtime.
49
+
50
+ - Added support for Decimal type with the new Unity runtime.
51
+
52
+ - Added support for implicit/explicit conversions.
53
+
54
+ ### Bug fixes
55
+
56
+ - ** Evaluation:**
57
+
58
+ - Fixed array creation with implicit size.
59
+
60
+ - Fixed compiler generated items with locals.
61
+
62
+ - ** Project Generation:**
63
+
64
+ - Fixed reference to Microsoft.CSharp for 4.6 API level.
65
+
35
66
## 3.3.0.2
36
67
Released 2017-08-15
37
68
You can’t perform that action at this time.
0 commit comments