You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
<!-- next-header -->
2
2
## [Unreleased] - ReleaseDate
3
3
4
+
### Improved
5
+
6
+
- Implemented all the [common traits](https://rust-lang.github.io/api-guidelines/interoperability.html) on public `struct`s and `enum`s that made sense.
7
+
- Added documentation for a few structs, enums, and methods that were missing it.
8
+
4
9
### Fixed
5
10
6
11
- The `collider` example once again properly regenerates the visualization for circle colliders whenever they are created or altered.
12
+
- Changed visibility of internal Bevy plugins from `pub` to `pub(crate)`. Technically this is a breaking change, but these wouldn't have been usable to anyone anyway so I'm ignoring the technicality.
0 commit comments