diff --git a/CHANGELOG.md b/CHANGELOG.md index d306112247..f82a9e3250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ While some features like the clipboard, menus or file dialogs are not yet availa - `Label::with_font` and `set_font`. ([#785] by [@thecodewarrior]) - `InternalEvent::RouteTimer` to route timer events. ([#831] by [@sjoshid]) - `MouseButtons` to `MouseEvent` to track which buttons are being held down during an event. ([#843] by [@xStrom]) -- `Env` gained methods for inspecting its contents at runtime: `get_untyped`, `try_get_untyped`, and `get_all` ([#880] by [@Zarenor]) +- `Env` and `Key` gained methods for inspecting an `Env` at runtime ([#880] by [@Zarenor]) ### Changed