Skip to content

Commit 2dba84c

Browse files
committed
4.7.2
1 parent 408b0d9 commit 2dba84c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# ProbeJS Legacy 4.7.1 -> 4.7.2
2+
3+
fixing & info++
4+
5+
- fix type inferring in `java(...)`
6+
- rewrite ClassRegistry class walking to skip invalid class
7+
- classes that are server-only will not show up in `java(...)` for client scripts, the same apply to server scripts
8+
- fix ImportInfos providing for TypeDecl
9+
- fix loading vanilla classes from cache
10+
- add error message when there are exceptions in class cache loading
11+
- fix `@JSParams` handling
12+
- add info for `@OnlyIn` side only marker
13+
14+
---
15+
116
# ProbeJS Legacy 4.7.0 -> 4.7.1
217

318
fix type declaration

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ vineflower_version=1.10.1
2121
parchment_version=1.16.5:2022.03.06
2222

2323
# Mod Properties
24-
mod_version=4.7.1
24+
mod_version=4.7.2
2525
maven_group=com.prunoideae
2626
archives_base_name=probejs
2727
mod_id=probejs

0 commit comments

Comments
 (0)