Skip to content

Commit

Permalink
Fix #230, fix #234, slightly speed up parallel performance
Browse files Browse the repository at this point in the history
Partially implement #127 by hard coding override of Fabric API with QFAPI on Quilt
  • Loading branch information
theRookieCoder committed Dec 26, 2022
1 parent b9db6dc commit 005bf7f
Show file tree
Hide file tree
Showing 12 changed files with 310 additions and 227 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for Ferium

## `v4.3.0`
### 26.12.2022

- Use `JoinSet` instead of a hard-coded loop to slightly speed up parallel performance
- Partially implement [#127](https://github.com/gorilla-devs/ferium/issues/127) by hard coding an override of Fabric API with QFAPI when Quilt is used
- Loosen dependency specification to minor versions only
- Use inline format variables
- Fix [#234](https://github.com/gorilla-devs/ferium/issues/234) by not copying user mods when Quilt is used
- Fix [#230](https://github.com/gorilla-devs/ferium/issues/230) by only copying jar files from the user folder

## `v4.2.2`
### 14.11.2022

Expand Down
Loading

0 comments on commit 005bf7f

Please sign in to comment.