Skip to content

Commit

Permalink
Update CHANGELOG for release v0.14.0 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange-42 authored Dec 22, 2024
1 parent 30c1f4b commit dc04f9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [[unpublished]](https://github.com/mlange-42/arche/compare/v0.13.3...main)
## [[v0.14.0]](https://github.com/mlange-42/arche/compare/v0.13.3...v0.14.0)

### Features

* Slow assignment methods like `World.Assign` and `World.NewEntityWith` are deprecated, in favour of their faster generic counterparts (#441)
* Slow assignment methods like `World.Assign` and `World.NewEntityWith` are deprecated, in favour of their now faster generic counterparts (#441)

### Performance

Expand All @@ -15,7 +15,7 @@

### Bugfixes

* Prevent garbage collection of slices and pointers in components added via `World.Assign` and similar methods (#438, issue #437)
* Prevents garbage collection of slices and pointers in components added via `World.Assign` and similar methods (#438, issue #437)

## [[v0.13.3]](https://github.com/mlange-42/arche/compare/v0.13.2...v0.13.3)

Expand Down

0 comments on commit dc04f9c

Please sign in to comment.