Build: 0.1.10 - Wed Nov 24 01:21:45 GMT 2021
	github:
		Fix record fields not being made private if that was the only change to the class. (#5)

=========
Build: 0.1.9 - Tue Nov 23 03:39:03 GMT 2021
	github:
		Use bytecode information for staticness, not tsrg2 metadata (#4)

=========
Build: 0.1.8 - Fri Nov 12 08:11:21 GMT 2021
	lexmanos:
		Preserve order that we see record entries in, as it determines the order FF decompiles them.

=========
Build: 0.1.7 - Fri Nov 12 03:05:51 GMT 2021
	lexmanos:
		Add `--record-fix`, fixes Proguard stripping record data

=========
Build: 0.1.6 - Thu Nov 11 20:28:45 GMT 2021
	lexmanos:
		Fix Null Pointer in ParameterAnnotationFixer on some classes compiled with J16.
		Fix creating parent directories when using unqualified path.

=========
Build: 0.1.5 - Mon Aug 30 19:26:22 GMT 2021
	lexmanos:
		Fix recursion error, and fix RenamingTransformer creating duplicate files if applied multiple times.

=========
Build: 0.1.4 - Mon Aug 30 04:23:25 GMT 2021
	lexmanos:
		Add --ff-line-numbers, which will adjust line numbers to align with output from ForgeFlower
		See https://github.com/MinecraftForge/ForgeFlower/commit/c965c17e847b35692b7c0b0bdedc25431212f10e for more details.

=========
Build: 0.1.3 - Sun Aug 29 03:07:57 GMT 2021
	lexmanos:
		Add --src-fix argument, this fixes the "SourceFile" attribute of classes.
		Currently only supports .java style names. If you want other language names PR it.

=========
Build: 0.1.2 - Sun Aug 29 02:42:02 GMT 2021
	lexmanos:
		Fix Executor not shutting down.
		Add --threads argument, to specify the number of threads to use when processing entries.
		Add --ids-fix argument to fix invalid local variable names {things that are not valid java identifiers}. This disabels the 'snowman' fix by default. Use --ids-fix snowmen to fix JUST snowmen. Or --ids-fix [all] to fix all no matter the name, as long as it's invalid.

=========
Build: 0.0.0 - Sat Aug 28 00:03:39 GMT 2021
	github:
		Small fixes (#1)