From 131d8cb2ead792007e30d4d262fa2059dbd3083e Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Mon, 9 Oct 2023 22:22:53 -0400 Subject: [PATCH] Changelog for v0.65.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f80098cc..4a14d19c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.65.0] - 2023-10-09 + +### Added +- [Incoming Call Hierarchy](https://github.com/fsharp/FsAutoComplete/pull/1164) (thanks @TheAngryByrd!) + +### Fixed +- [Ignore requests that would cause circular dependencies in project references](https://github.com/fsharp/FsAutoComplete/pull/1173) (thanks @dawedawe!) + ## [0.64.1] - 2023-10-05 ### Fixed