Skip to content

Commit

Permalink
Add inspection utility methods to Env and Key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarenor committed May 2, 2020
1 parent feeb196 commit 2fcbb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2fcbb6e

Please sign in to comment.