You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,28 @@ Visual F<span>#</span>
9
9
10
10
All notable changes to this project will be documented in this file.
11
11
12
+
### [4.0.0] - Visual Studio 2015 Update 1 - 30 November 2015
13
+
14
+
#### Enhancements
15
+
* Perf: 'for i in expr do body' optimization [#219](https://github.com/Microsoft/visualfsharp/pull/219)
16
+
* Remove type provider security dialog and use custom icon for type provider assembly reference [#448](https://github.com/Microsoft/visualfsharp/pull/448)
17
+
* Perf: Enable parallel build inside Visual Studio [#487](https://github.com/Microsoft/visualfsharp/pull/487)
18
+
* Perf: Remove StructBox for Value Types [#549](https://github.com/Microsoft/visualfsharp/pull/549)
19
+
* Add compiler warnings for redundant arguments in raise/failwith/failwithf/nullArg/invalidOp/invalidArg [#630](https://github.com/Microsoft/visualfsharp/pull/630)
20
+
* Add a compiler warning for lower case literals in patterns [#666](https://github.com/Microsoft/visualfsharp/pull/666)
21
+
22
+
#### Bug fixes
23
+
* Scope of types for named values in attributes was improperly set [#437](https://github.com/Microsoft/visualfsharp/pull/437)
24
+
* Add general check for escaping typars to check phase [#442](https://github.com/Microsoft/visualfsharp/pull/442)
25
+
* Fix AccessViolationException on obfuscated assemblies [#519](https://github.com/Microsoft/visualfsharp/pull/519)
26
+
* Fix memory leaks while reloading solutions in Visual Studio [#591](https://github.com/Microsoft/visualfsharp/pull/591)
27
+
* Enable breakpoints in 'with' augmentations for class types [#608](https://github.com/Microsoft/visualfsharp/pull/608)
28
+
* Fix false escaping type parameter check error [#613](https://github.com/Microsoft/visualfsharp/pull/613)
29
+
* Fix quotation of readonly fields [#622](https://github.com/Microsoft/visualfsharp/pull/622)
30
+
* Keep the reference icons when opening references [#623](https://github.com/Microsoft/visualfsharp/pull/623)
0 commit comments