forked from libgdx/packr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
12 lines (11 loc) · 789 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
[2.1-SNAPSHOT]
- Compiles with Java 8 now. It's 2018, folks!
- Refactored I/O to use NIO and try-with-resources where appropriate. Removed dependency on Apache commons I/O.
- Print usage (--help) if no command line arguments are given.
- Added more validation checks to configuration parameters.
- Fixed crash when classpath is a directory. (#90)
- Added "cachejre" option to cache results of JRE extract & minimize steps.
- Added "removelibs" option to specify JAR files which are subject for removal of platform libraries. If this parameter isn't used, it defaults to a copy of "classpath", which is the old behaviour.
- Added NvOptimusEnablement and AmdPowerXpressRequestHighPerformance symbols. (#114)
[2.0-SNAPSHOT and before]
- Please check the Git log, or search the libGDX forums.