From 5e147f86b9bfeb7512c382f040ccaf3e32b07825 Mon Sep 17 00:00:00 2001 From: Tobias Wohlfarth Date: Wed, 14 Oct 2015 21:53:21 +0200 Subject: [PATCH] add a (incomplete) Changelog for 0.9.4 --- CHANGELOG.md | 23 +++++++++++++++++++++++ contributing.md => CONTRIBUTING.md | 0 2 files changed, 23 insertions(+) create mode 100644 CHANGELOG.md rename contributing.md => CONTRIBUTING.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1821d54 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Change Log + +## [0.9.4](https://github.com/jaredlll08/ModTweaker2/tree/0.9.4) (2015-10-12) +**Implemented enhancements:** + +- QED Table remove funktion missing [\#245](https://github.com/jaredlll08/ModTweaker2/issues/245) +- \[Suggestion\] Oredicted Recipes QED Table [\#242](https://github.com/jaredlll08/ModTweaker2/issues/242) +- \[Request\] Allow oredict usage in Forestry Carpenter [\#192](https://github.com/jaredlll08/ModTweaker2/issues/192) +- Updated ToolStats based on new TConstruct API [\#232](https://github.com/jaredlll08/ModTweaker2/pull/232) ([blade1981m](https://github.com/blade1981m)) + +**Fixed bugs:** + +- Is the ex nihilo's sieve still bugged? [\#258](https://github.com/jaredlll08/ModTweaker2/issues/258) +- Don`t work BlastFurnace - remove Fuel [\#248](https://github.com/jaredlll08/ModTweaker2/issues/248) +- \[Bug\] Metallurgy Crusher Handler does not work [\#244](https://github.com/jaredlll08/ModTweaker2/issues/244) +- \[ExNihilo\] Can't override/remove heat sources [\#225](https://github.com/jaredlll08/ModTweaker2/issues/225) +- ArrayIndexOutOfBoundsException: Mekanism Sawmill removeRecipe [\#215](https://github.com/jaredlll08/ModTweaker2/issues/215) +- mekanism chemicalInfuser MineTweakerAPI.apply call; incorrect param [\#213](https://github.com/jaredlll08/ModTweaker2/issues/213) +- \[AE2 Inscriber\] Error msg [\#200](https://github.com/jaredlll08/ModTweaker2/issues/200) +- Forestry Still - removeRecipe now respects optional second parameter; Fluid Inputs filter moved to ActionClass +- improved: Forestry Squeezer - bring back the addRecipe variant without itemOutput + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/contributing.md b/CONTRIBUTING.md similarity index 100% rename from contributing.md rename to CONTRIBUTING.md