@@ -10,22 +10,56 @@ current changes on git with [previous release tags][git_tag_comparison].
1010## Unreleased
1111
1212### Added
13-
13+ - [ ` bevy_log ` ] [ 836 ]
14+ - Adds logging functionality as a Plugin.
15+ - Changes internal logging to work with the new implementation.
16+ - [ Controllable ambient light color] [ 852 ]
17+ - Added a resource to change the current ambient light color for PBR.
18+ - [ Added more basic color constants] [ 859 ]
19+ - [ System Inputs, Outputs, and Chaining] [ 876 ]
20+ - [ Expose an ` EventId ` for events] [ 894 ]
21+ - [ Added ` set_cursor_position ` to ` Window ` ] [ 917 ]
22+ - [ Added new Bevy reflection system] [ 926 ]
23+ - Replaces the properties system
1424### Changed
25+ - [ FileAssetIo includes full path on error] [ 821 ]
26+ - [ Removed ECS query APIs that could easily violate safety from the public interface] [ 829 ]
27+ - [ Changed Query filter API to be easier to understand] [ 834 ]
1528- [ Breaking changes to timer API] [ 914 ]
1629 - Created getters and setters rather than exposing struct members.
1730- [ Removed timer auto-ticking system] [ 931 ]
1831 - Added an example of how to tick timers manually.
1932- [ Breaking changes to Time API] [ 934 ]
2033 - Created getters to get ` Time ` state and made members private.
2134 - Modifying ` Time ` 's values directly is no longer possible outside of bevy.
35+ - [ Use ` mailbox ` instead of ` fifo ` for vsync on supported systems] [ 920 ]
2236### Fixed
23-
37+ - [ Fixed typos in KeyCode identifiers] [ 857 ]
38+ - [ Don't draw text that isn't visible] [ 893 ]
39+ - [ Use ` instant::Instant ` for WASM compatibility] [ 895 ]
40+ - [ Fixed duplicated children when spawning a Scene] [ 904 ]
41+ - [ Corrected behaviour of the UI depth system] [ 905 ]
42+
43+ [ 821 ] : https://github.com/bevyengine/bevy/pull/821
44+ [ 829 ] : https://github.com/bevyengine/bevy/pull/829
45+ [ 834 ] : https://github.com/bevyengine/bevy/pull/834
46+ [ 836 ] : https://github.com/bevyengine/bevy/pull/836
47+ [ 852 ] : https://github.com/bevyengine/bevy/pull/852
48+ [ 857 ] : https://github.com/bevyengine/bevy/pull/857
49+ [ 859 ] : https://github.com/bevyengine/bevy/pull/859
50+ [ 876 ] : https://github.com/bevyengine/bevy/pull/876
51+ [ 893 ] : https://github.com/bevyengine/bevy/pull/893
52+ [ 894 ] : https://github.com/bevyengine/bevy/pull/894
53+ [ 895 ] : https://github.com/bevyengine/bevy/pull/895
54+ [ 904 ] : https://github.com/bevyengine/bevy/pull/904
55+ [ 905 ] : https://github.com/bevyengine/bevy/pull/905
2456[ 914 ] : https://github.com/bevyengine/bevy/pull/914
57+ [ 917 ] : https://github.com/bevyengine/bevy/pull/917
58+ [ 920 ] : https://github.com/bevyengine/bevy/pull/920
59+ [ 926 ] : https://github.com/bevyengine/bevy/pull/926
2560[ 931 ] : https://github.com/bevyengine/bevy/pull/931
2661[ 934 ] : https://github.com/bevyengine/bevy/pull/934
2762
28-
2963## Version 0.3.0 (2020-11-03)
3064
3165### Added
0 commit comments