Skip to content

Commit 005bf7f

Browse files
Fix #230, fix #234, slightly speed up parallel performance
Partially implement #127 by hard coding override of Fabric API with QFAPI on Quilt
1 parent b9db6dc commit 005bf7f

File tree

12 files changed

+310
-227
lines changed

12 files changed

+310
-227
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for Ferium
22

3+
## `v4.3.0`
4+
### 26.12.2022
5+
6+
- Use `JoinSet` instead of a hard-coded loop to slightly speed up parallel performance
7+
- 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
8+
- Loosen dependency specification to minor versions only
9+
- Use inline format variables
10+
- Fix [#234](https://github.com/gorilla-devs/ferium/issues/234) by not copying user mods when Quilt is used
11+
- Fix [#230](https://github.com/gorilla-devs/ferium/issues/230) by only copying jar files from the user folder
12+
313
## `v4.2.2`
414
### 14.11.2022
515

0 commit comments

Comments
 (0)