# Change Log

## Version 0.0.3 - 2022/08/16
* Updated for bevy 0.8

## Version 0.0.2 - 2021/08/24
### Added
* Added `examples\egui_console.rs` for integration with egui console

### Changed
* `ConsoleDebugPlugin` no longer pauses the main loop to work. Commands can be entered while game is running. The `pause` command now is used to pause the main loop.

## Version 0.0.1
* First release