From e6da91d0b4a00e85db59a0326f78284afe3c378b Mon Sep 17 00:00:00 2001 From: Matt Ellis Date: Tue, 26 Jan 2021 09:27:55 +0000 Subject: [PATCH] Rebuild dictionary from ReSharper Removes some incorrect entries, introduces Unity internal menu. Dictionary is saved in all lowercase. Fixes #1737, fixes #1809 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d62221f26..c1a015b1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Since 2018.1, the version numbers and release cycle match Rider's versions and r ### Fixed +- Fix missing entries from ReSharper's Unity specific dictionary ([#1737](https://github.com/JetBrains/resharper-unity/issues/1737), [#1809](https://github.com/JetBrains/resharper-unity/issues/1809), [#2008](https://github.com/JetBrains/resharper-unity/pull/2008)) - Rider: Fix issue launching Unity when debugging and editor isn't running ([RIDER-52498](https://youtrack.jetbrains.com/issue/RIDER-52498), [#1920](https://github.com/JetBrains/resharper-unity/pull/1920)) - Rider: Fix exception in protocol file watcher ([DEXP-559833](https://youtrack.jetbrains.com/issue/DEXP-559833), [#1942](https://github.com/JetBrains/resharper-unity/pull/1942)) - Rider: Fix exception with multiple assemblies with the same name ([RIDER-54876](https://youtrack.jetbrains.com/issue/RIDER-54876), [#1953](https://github.com/JetBrains/resharper-unity/pull/1953))