Skip to content

Commit

Permalink
Obsolete HasDefaultValue see #77
Browse files Browse the repository at this point in the history
  • Loading branch information
fsgit committed Mar 13, 2014
1 parent 54c50e6 commit 456e50d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,5 @@
* Fix #71 - Expose static parameters and xml docs of type providers
* Fix #63 - SourceCodeServices: #r ignores include paths passed as command-line flags

#### 0.0.37 -
* Obsolete HasDefaultValue - see https://github.com/fsharp/FSharp.Compiler.Service/issues/77
2 changes: 1 addition & 1 deletion src/fsharp/vs/Typed.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ and [<Class>] FSharpStaticParameter =
/// Indicates if the static parameter is optional
member IsOptional : bool

/// Indicates if the static parameter has a default value
[<System.ObsoleteAttribute("This member is no longer used, use IsOptional instead")>]
member HasDefaultValue : bool


Expand Down

0 comments on commit 456e50d

Please sign in to comment.