Skip to content

Commit

Permalink
Update RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
hafuu committed Oct 20, 2016
1 parent 4bf3743 commit d15dc80
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### 2.0.0
Engine
* Improve the display of the parameter name
* Support optional parameters
* Add `--ignore-case` option
* Add type and type abbreviation searching
* Add module searching
* Add union case searching
* Add convertion between function and delegate
* Change the constructor name query to "T.new : _", "T..ctor : _" and "T : _" from "T : _"
* Add partial matching to name searching

Libarary
* Add FSharpApiSearch.LinkGenerator module
* Change SearchOption's accessors to function

Console
* Add `#clear` command to clear the console buffer
* Improve the startup time

### 2.0.0-beta2 - 2016/10/13
Engine
* Add partial matching to name searching
Expand Down

0 comments on commit d15dc80

Please sign in to comment.