Skip to content

Commit 2891f51

Browse files
committed
changelog for v0.76.0
1 parent 091727c commit 2891f51

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.76.0] - 2025-02-09
4+
5+
### Added
6+
7+
- [Added ability to search workspace by symbol name](https://github.com/ionide/FsAutoComplete/pull/1348) (thanks @1eyewonder!)
8+
9+
### Fixed
10+
11+
- [Preserve Whitespace in fsproj file.](https://github.com/ionide/FsAutoComplete/pull/1328) (thanks goswinr!)
12+
- [Tooltip: Add constraints to return types inner generics](https://github.com/ionide/FsAutoComplete/pull/1342) (thanks @TheAngryByrd!)
13+
- [CodeFix: AddPrivateAccessModifier code fix handle getter setter access separately](https://github.com/ionide/FsAutoComplete/pull/1346) (thanks @dawedawe!)
14+
- [Tooltip: add missing space in signature creation](https://github.com/ionide/FsAutoComplete/pull/1347) (thanks @dawedawe!)
15+
- [Tooltip: fix func signature for empty param names](https://github.com/ionide/FsAutoComplete/pull/1351) (thanks @dawedawe!)
16+
17+
### Changed
18+
19+
- [CodeFix: Wrap arg in parens when needed when adding new keyword](https://github.com/ionide/FsAutoComplete/pull/1335) (thanks @brianrourkeboll!)
20+
- [Analyzer: Enable unnecessary parentheses analyzer by default](https://github.com/ionide/FsAutoComplete/pull/1336) (thanks @brianrourkeboll!)
21+
- [Docs: Add link Zed extension in README](https://github.com/ionide/FsAutoComplete/pull/1345) (thanks @drhumlen!)
22+
- [Internal: Update to Fantomas 7.0.0](https://github.com/ionide/FsAutoComplete/pull/1344) (thanks @dawedawe!)
23+
- [Internal: Remove References to Net6 & Net7](https://github.com/ionide/FsAutoComplete/pull/1349) (thanks 1eyewonder!)
24+
25+
### Fixed
26+
27+
- [Docs: Update creating CodeFix documentation](https://github.com/ionide/FsAutoComplete/pull/1331) (thanks edgarfgp!)
28+
- [Internal: Added build debug to prelaunch task in tests](https://github.com/ionide/FsAutoComplete/pull/1332) (thanks 1eyewonder!)
29+
- [Internal: Bring back fantomas](https://github.com/ionide/FsAutoComplete/pull/1343) (thanks dawedawe!)
30+
331
## [0.75.0] - 2024-11-24
432

533
### Added

0 commit comments

Comments
 (0)