From 4a4198b57205fc4b3eb509ef45cab0403484eb6e Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Tue, 2 Jan 2024 15:40:32 -0500 Subject: [PATCH] Update changelog for #460. Signed-off-by: Carl Eastlund --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a23305567..9c8096882 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ unreleased ------------------- +- Update `Attribute.get` to ignore `loc_ghost`. (#460, @ceastlund) + - Add API to manipulate attributes that are used as flags (#408, @dianaoigo) - Update changelog to use ISO 8061 date format: YYYY-MM-DD. (#445, @ceastlund)