Skip to content

N36: hecs #1103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update content/news/036/index.md
  • Loading branch information
17cupsofcoffee authored Jul 31, 2022
commit 2ea4aa7e17650cee45cf36b043ed6d028f22046f
2 changes: 1 addition & 1 deletion content/news/036/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If needed, a section can be split into subsections with a "------" delimiter.

[hecs] is a fast, lightweight, and unopinionated archetypal ECS library.

[Version 0.8](hecs-changelog) marks a breaking change to most methods that
[Version 0.8][hecs-changelog] marks a breaking change to most methods that
previously took a generic type parameter `T: Component`, replacing them with
methods taking type parameters which must be *references to* component types
instead. This resolves a long-standing footgun where users accustomed to writing
Expand Down