From 04ae465564f0418ec5c1912db6c3afd9a2c4f4ca Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Wed, 31 Jul 2019 22:14:10 +0200 Subject: [PATCH] Add changelog entry --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index ecbe31614a5..cccabecde24 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - Support both owned and borrowed blacklisted crate names in `rls-analysis` - Publicly re-export `rls_analysis::raw::Crate` ### Changed +- Formatting project files now only needs project to parse and expand macros (and not type-check) - Converted remaining crates `rls-*` to 2018 edition ### Removed - Removed `use_crate_blacklist` setting in favour of `crate_blacklist`