bevy/release-content
John Hansler e052901e43 Add FontFeatureBuilder and add release notes
- FontFeatures can now only be constructed via builder, "From" impl, or "Default" impl.
- Switched from storing feature values in a HashMap to using a Vec instead.
- Added consts for commonly-used OpenType features.
- Added release notes.
2025-05-27 10:32:31 -07:00
..
migration-guides refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform (#19305) 2025-05-27 04:57:26 +00:00
release-notes Add FontFeatureBuilder and add release notes 2025-05-27 10:32:31 -07:00
migration_guides_template.md Make some changes to the migration guide recommendations (#18794) 2025-04-10 19:25:56 +00:00
migration_guides.md Make some changes to the migration guide recommendations (#18794) 2025-04-10 19:25:56 +00:00
README.md Fixed broken link in release content README. (#19375) 2025-05-26 19:30:03 +00:00
release_notes_template.md Add basic release content tagging workflow (#18568) 2025-03-27 17:46:39 +00:00
release_notes.md Add basic release content tagging workflow (#18568) 2025-03-27 17:46:39 +00:00

Release Content

This directory contains drafts of documentation for the current development cycle, which will be published to the website during the next release. You can find more information in the release notes and migration guides files.