diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-20 03:14:02 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-20 03:14:02 +0200 |
commit | 53d8c9169dced2b3ecaf35475b461e9cdc3e1bce (patch) | |
tree | 5a089b08bad9f5be10b21208aa6fb59bcbc7386b /changelog.md | |
parent | 4c11ce80639e3f946537c2d22d0bfb28ff49d535 (diff) | |
download | MultiMC-53d8c9169dced2b3ecaf35475b461e9cdc3e1bce.tar MultiMC-53d8c9169dced2b3ecaf35475b461e9cdc3e1bce.tar.gz MultiMC-53d8c9169dced2b3ecaf35475b461e9cdc3e1bce.tar.lz MultiMC-53d8c9169dced2b3ecaf35475b461e9cdc3e1bce.tar.xz MultiMC-53d8c9169dced2b3ecaf35475b461e9cdc3e1bce.zip |
GH-972 fix 'temporaty' typo
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index f1410fe6..ac4b2fa2 100644 --- a/changelog.md +++ b/changelog.md @@ -19,7 +19,7 @@ - "JAVA_TOOL_OPTIONS" - If you rely on those in any way, now would be a time to fix that - Improved handling of LWJGL on OSX (.dylib vs. .jnilib extensions) -- Jar mods are now always put into a generated temporaty Minecraft jar instead of being put on the classpath +- Jar mods are now always put into a generated temporary Minecraft jar instead of being put on the classpath - PermGen settings: - Changed default PermGen value to 128M because of many issues from new users - MultiMC now recognizes the Java version used and will not add PermGen settings to Java >= 1.8 |