Skip to content

Commit

Permalink
πŸ”– Update: changelog for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinrin0413 committed Nov 29, 2023
1 parent 4013282 commit ec77842
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# v0.5.0 2023-11-30

## Fixes

- Decoding error caused by the TWC badges [[#4](https://github.com/Rinrin0413/tetr-ch-rs/issues/4)]
- Missing property `currentbtbchainpower` in struct `SinglePlayEndCtx` [[#6](https://github.com/Rinrin0413/tetr-ch-rs/issues/6)]
- Some outdated example code (01, 04)
- Some typos in document and `CHANGELOG.md`

## Additions

- Support new type of line clear "Pentas" and "T-Spin Pentas" [[#7](https://github.com/Rinrin0413/tetr-ch-rs/issues/7)]
- A field `group` in struct `Badge` [[#5](https://github.com/Rinrin0413/tetr-ch-rs/issues/5)]

## Changes

- Rename a field `attack` to `attacks` of struct `EndCtxGarbage`

## Improvements

- Improve the document
- Update the library description sentence in `README.md` and `/src/lib.rs`

## Internal

- Update `.gitignore`

# v0.4.0 2023-06-29

## Changes
Expand Down

0 comments on commit ec77842

Please sign in to comment.