Skip to content

Commit c0afb70

Browse files
committed
Add changelog for VS 2015 Update 1
1 parent 439e695 commit c0afb70

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ Visual F<span>#</span>
99

1010
All notable changes to this project will be documented in this file.
1111

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)
31+
* Don't suppress missing FSI transitive references [#626](https://github.com/Microsoft/visualfsharp/pull/626)
32+
* Make Seq.cast's non-generic and generic IEnumerable implementations equivalent [#651](https://github.com/Microsoft/visualfsharp/pull/651)
33+
1234
### [4.0.0] - 20 July 2015
1335

1436
Includes commits up to `dd8252eb8d20aaedf7b1c7576cd2a8a82d24f587`

0 commit comments

Comments
 (0)