aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2018-09-25 16:28:00 -0500
committerMark Allen <[email protected]>2018-09-25 16:28:00 -0500
commit20c83d424e8bbbb7a557e8007869ffc0de677a73 (patch)
treee3e8584cdf602b700ea118e2e742e71c3dafa2a9
parent005d3cfa99156c917e51045eda8ff683d74e0de8 (diff)
downloadkerl-20c83d424e8bbbb7a557e8007869ffc0de677a73.tar.gz
kerl-20c83d424e8bbbb7a557e8007869ffc0de677a73.tar.bz2
kerl-20c83d424e8bbbb7a557e8007869ffc0de677a73.zip
Roll 1.8.51.8.5
-rw-r--r--README.md11
-rwxr-xr-xkerl2
2 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c9ab83..7c3f39b 100644
--- a/README.md
+++ b/README.md
@@ -691,6 +691,17 @@ will eventually deal with this issue.
Changelog
---------
+25 September 2018 - 1.8.5
+
+ - Support Mojave builds (#301)
+ - Disable SC2207 for Bash completion (#296)
+
+3 August 2018 - 1.8.4
+
+ - Support docsh 0.6.1 (#290)
+ - Update docs about KERL_INSTALL_MANPAGES & HTML_DOCS (#292)
+ - Fix bash completion for Bash 3 (#295)
+
3 July 2018 - 1.8.3
- Update testing to include OTP 21 (#286)
diff --git a/kerl b/kerl
index 1af4c9c..47c853e 100755
--- a/kerl
+++ b/kerl
@@ -27,7 +27,7 @@ unset ERL_TOP
# Make sure CDPATH doesn't affect cd in case path is relative.
unset CDPATH
-KERL_VERSION='1.8.4'
+KERL_VERSION='1.8.5'
DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git'
ERLANG_DOWNLOAD_URL='https://www.erlang.org/download'