# Change Log
## 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