Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Aug 11, 2024
1 parent 17f6b27 commit eaf7326
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.9.0

* scroll into view by @robtfm in <https://github.com/rparrett/bevy_simple_text_input/pull/59>
* Allow typing into multiple input fields at once by @davi4046 in <https://github.com/rparrett/bevy_simple_text_input/pull/58>
* Minor code style tweaks by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/60>
* add a few navigation shortcuts by @robtfm in <https://github.com/rparrett/bevy_simple_text_input/pull/61>
* Make `create` system an observer by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/64>
* Add names to created entities by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/65>
* Dress up new docs related to text navigation by @rparrett in <https://github.com/rparrett/bevy_simple_text_input/pull/68>

## v0.8.0

* Define `TextInputSystem` system set by @andrewhickman in <https://github.com/rparrett/bevy_simple_text_input/pull/56>
Expand Down

0 comments on commit eaf7326

Please sign in to comment.