Skip to content
Snippets Groups Projects
Unverified Commit f8ba965b authored by Kat Marchán's avatar Kat Marchán
Browse files

docs: add changelog

parent 94460423
No related branches found
No related tags found
No related merge requests found
[clog]
repository = "https://github.com/zkat/big-brain"
subtitle = ""
changelog = "CHANGELOG.md"
from-latest-tag = true
<a name="0.3.0"></a>
## 0.3.0 (2021-04-14)
This is a major overhaul of the Bevy API. It removes `.ron` support
altogether, in favor of plain old Rust builders.
#### Breaking Changes
* The `.ron` Thinker definition API is gone. Use the ThinkerBuilder API instead.
* The `Action` and `Scorer` derive macros are gone, including all of `big_brain_derive`.
* Measures and Weights are gone.
* `big-brain` no longer exports everything from the toplevel. Use `big_brain::prelude::*` instead.
#### Bug Fixes
Probably.
#### Features
* New builder-based Thinker API!
* Composite Scorers: `FixedScore`, `AllOrNothing`, and `SumOfScorers`.
* Composite Action: `Steps`, for sequential Action execution.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment