|
| 1 | + |
| 2 | +Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. |
| 3 | + |
| 4 | +Licensed under the Apache License, Version 2.0. |
| 5 | +See License.txt in the project root for license information. |
| 6 | + |
| 7 | + |
| 8 | +Visual F<span>#</span> |
| 9 | +====================== |
| 10 | + |
| 11 | +All notable changes to this project will be documented in this file. |
| 12 | + |
| 13 | +###[3.1.2] - 20 August 2014 |
| 14 | + |
| 15 | +####Language, compiler, runtime, interactive |
| 16 | + |
| 17 | +* Allow arbitrary-dimensional slicing |
| 18 | +* Bugfix[#72](https://visualfsharp.codeplex.com/workitem/72): Indexer properties with more than 4 arguments cannot be accessed |
| 19 | +* Bugfix[#113](https://visualfsharp.codeplex.com/workitem/113):`Async.Sleep` in .NETCore profiles does not invoke error continuation |
| 20 | +* Ship versions FSharp.Core.dll built on portable profiles 78 and 259 |
| 21 | +* Bugfix[#91](https://visualfsharp.codeplex.com/workitem/91): String module documentation is false |
| 22 | +* Support "shebang" (`#!`) in F# source files |
| 23 | +* Bugfix[#78](https://visualfsharp.codeplex.com/workitem/78): Allow space characters in active pattern case identifiers |
| 24 | +* Vertical pipes disallowed in active pattern case identifiers |
| 25 | +* Bugfix: Invalid code generated when calling VB methods with optional byref args |
| 26 | +* Bugfix[#69](https://visualfsharp.codeplex.com/workitem/69): Invalid code generated when calling C# method with optional nullable args |
| 27 | +* Bugfix[#9](https://visualfsharp.codeplex.com/workitem/9): XML doc comments on F# record type fields do not appear when accessing in C# |
| 28 | +* Bugfix[#59](https://visualfsharp.codeplex.com/workitem/59): Compiler always requires System.Runtime.InteropServices, this is not present in all portable profiles |
| 29 | +* Bugfix[#17](https://visualfsharp.codeplex.com/workitem/17): Incorrect generation of XML from doc comments for Record fields |
| 30 | +* Enable non-locking shadow copy of reference assemblies in fsi/fsianycpu |
| 31 | +* Inline codegen optimization using structs |
| 32 | +* Perf improvement for`Seq.windowed` |
| 33 | +* Bugfix[#7](https://visualfsharp.codeplex.com/workitem/17): NullRef in list comprehension, when for loop works |
| 34 | +* Bugfix[#1](https://visualfsharp.codeplex.com/workitem/1): Type inference involving generic param arrays |
| 35 | +* Bugfix[#37](https://visualfsharp.codeplex.com/workitem/37): Perf regression in 3.1.0 related to resolving extension methods |
| 36 | +* Bugfix: Can't run F# console application with 'update' in name |
| 37 | +* Bugfix: Slicing and range expression inconsistent |
| 38 | +* exe.config files for fsc, fsi, fsianycpu now use simple version range instead of long set of explicit version redirects |
| 39 | +* Bugfix: Invalid code is generated when using field initializers in struct constructor |
| 40 | + |
| 41 | +####Visual Studio |
| 42 | + |
| 43 | +* Bugfix[#126](https://visualfsharp.codeplex.com/workitem/126): F# package installer does not honor custom install paths for express SKUs |
| 44 | +* Bugfix[#75](https://visualfsharp.codeplex.com/workitem/75): Microsoft.FSharp.targets shim not deployed with F# SDK |
| 45 | +* Bugfix: Fix crash in smart indent provider |
| 46 | +* Bugfix[#55](https://visualfsharp.codeplex.com/workitem/55): Cannot add reference to F# PCL project |
| 47 | +* Project templates for F# portable libraries targeting profiles 78 and 259 |
| 48 | +* Bugfix: Typos in tutorial project script |
| 49 | +* Enable non-locking shadow copy of reference assemblies in fsi/fsianycpu (VS options added) |
| 50 | +* Allow breakpoints to be set inside of quotations |
| 51 | +* Support "Publish" action in project system for web, Azure |
| 52 | +* Bugfix: Required C# event members do not appear in intellisense when signature is (object, byref) |
| 53 | + |
| 54 | + |
| 55 | +###[3.1.1] - 24 January 2014 |
| 56 | + |
| 57 | +####Language, compiler, runtime, interactive |
| 58 | + |
| 59 | +* Improve F# compiler telemetry |
| 60 | +* Bugfix: Improper treatment of * in AssemblyVersion attribute |
| 61 | +* Bugfix:``sprintf "%%"`` returns`"%%"` in F# 3.1.0, previously returned`"%"` in F# 3.0 and earlier |
| 62 | +* Bugfix: F# 3.0 1D slice setter does not compile in F# 3.1.0 |
| 63 | + |
| 64 | +####Visual Studio |
| 65 | + |
| 66 | +* Bugfix: Errors when attempting to add reference to .NET core library |
| 67 | +* Bugfix: Crash in`FSComp.SR.RunStartupValidation()` |
| 68 | +* Enable installation of Visual F# on VS Desktop Express |
| 69 | +* Added support for showing xml doc comments for named arguments |
| 70 | +* Visual F# package deployable on non-VS machines. Deploys compiler and runtime toolchain plus msbuild targets |
| 71 | + |
| 72 | + |
| 73 | +[3.1.2]:http://blogs.msdn.com/b/fsharpteam/archive/2014/08/20/announcing-the-release-of-visual-f-tools-3-1-2.aspx |
| 74 | +[3.1.1]:http://blogs.msdn.com/b/fsharpteam/archive/2014/01/22/announcing-visual-f-3-1-1-and-support-for-desktop-express.aspx |