Fixing a grammar mistake in the CHANGELOG.

This commit is contained in:
Jakub Sobon 2020-12-27 03:10:43 -05:00
parent 7ac5acfd6b
commit bcd25c80e9
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- containers can register into separate focus groups and specific keyboard keys - containers can register into separate focus groups and specific keyboard keys
can be configured to move the focus within each focus group. can be configured to move the focus within each focus group.
- widgets can now request keyboard events exclusively when focused. - widgets can now request keyboard events exclusively when focused.
- users can now set a `container` as focused using a new `container.Focused` - users can now set a `container` as focused using the new `container.Focused`
option. option.
#### Updates to the `button` widget #### Updates to the `button` widget