Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Nov 8, 2024
1 parent b7d5e14 commit ab80758
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ This will result in the following config structure:
{ "dict_config_val": { "key": "value" } }
```

It also brings support for [custom packages](https://www.renpy.org/doc/html/build.html#build.package) which can now be built like any other package (provided they exist for the target game that is being built). They can be specified by name like any other package:

```toml
[builds]
pc = true
mac = true
custom = true
```

In addition, many of the dependencies that `renkit` relies on have been updated to their latest versions.

# Version 4.4.0
Expand Down

0 comments on commit ab80758

Please sign in to comment.