Skip to content

Commit

Permalink
Bump version to 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Apr 17, 2021
1 parent a45d311 commit 743d4df
Show file tree
Hide file tree
Showing 2 changed files with 1,877 additions and 0 deletions.
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.45.0 - 17.04.2021

* Update Unused Binding CodeFix to handle more cases
* Enable faster typechecking when signature files are present for a module
* Happens transparently, but is mutually exclusive with analyzers.
* Refactors around tooltip signature generation
* Fix the display of units of measure in tooltips (`float<m/s>` instead of `float<MeasureInverse<MeasureProduct<.....>>>`)
* Much better experience for signature help for function applications and method calls
* Update the Generate Abstract Class CodeFix to work for abstract classes that aren't defined in F#

### 0.44.0 - 15.03.2021

* Update to Ionide.ProjInfo 0.51 to prevent workspace init deadlocks
Expand Down
Loading

0 comments on commit 743d4df

Please sign in to comment.