Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 7, 2024
1 parent 12faaa0 commit f03ae33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* This allows to avoid installing dependencies for an architecture that won't be used.
* The new syntax to be used with pip is `python3 -m pip install -U splat64[arch1, arch2, etc]`, for example, `splat64[mips]`
* Currently the only architecture supported is `mips`.
* The `main` function has been modularized and cleaned up.
* When using splat as a library, allows the user to call each individual step of split without having to pass by its full monolithic `main` function.

### 0.21.0

Expand Down

0 comments on commit f03ae33

Please sign in to comment.