aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-05-14 17:11:51 -0500
committerMark Allen <[email protected]>2016-05-14 17:11:51 -0500
commit0e9a9999352fe655a9e56cf569fb132b9e73aa7d (patch)
tree43bf227b30800bd9d34ed998523e9629206b94f3
parent599a78887f402aeaf30d4fb0b90fe1198e1c3cf9 (diff)
downloadkerl-0e9a9999352fe655a9e56cf569fb132b9e73aa7d.tar.gz
kerl-0e9a9999352fe655a9e56cf569fb132b9e73aa7d.tar.bz2
kerl-0e9a9999352fe655a9e56cf569fb132b9e73aa7d.zip
Update Changelog1.1.0
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b4c699..2f1eca4 100644
--- a/README.md
+++ b/README.md
@@ -423,7 +423,18 @@ Prints the available builds and installations as well as the currently active in
Changelog
---------
+
+14 May 2016 - 1.1.0
+
+ - Remove support for Mac OS X Lion. Stop setting CFLAGS for better compiler
+ optimizations. (#132)
+
+14 May 2016 - 1.0.1
+
+ - Be much more careful about installing into and removing directories. (#127)
+ - Make `OTP_GITHUB_URL` and `KERL_BUILD_BACKEND` controllable from .kerlrc (#130)
+
2 May 2016 - 1.0
- - Support builds from git tags
- - Support documentation builds/installs from source code
+ - Support builds from git tags (#122)
+ - Support documentation builds/installs from source code (#126)