diff --git a/CHANGELOG.md b/CHANGELOG.md index 0208e1c..7e49c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ ### What's New: -* Exposed Expressions in the `api` package. -* You can now specify `commander:commands` in advancement rewards. -* Mappings are no longer downloaded on startup. -* Added shaded licenses. -* Fixed conditioned selector crash on 1.20.4. \ No newline at end of file +* Added entity parameter to `cmd:explode`. The entity will be marked as the "creator" of the explosion and other entities will redirect their anger to the entity if affected by the explosion. +* Added fire parameter to `cmd:explode`. Creates fire, if true. +* Fixed `double` casts converting numbers to scientific notation. +* `long` and `int` casts no longer actually convert to their types, instead they truncate the trailing zeros. \ No newline at end of file