From 3574c938f757956831bd1a27561c005af474ca74 Mon Sep 17 00:00:00 2001 From: Vincent Esche Date: Sat, 7 Oct 2023 01:18:03 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3644228..e028571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Please make sure to add your changes to the appropriate categories: ### Added - Added support for type and trait aliases. +- Added support for extracting "uses" edges for a type's field dependencies. ### Changed