aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6e46818..e94ad16 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-kerl
+kerl [![TravisCI build status](https://travis-ci.org/kerl/kerl.svg?branch=master)](https://travis-ci.org/kerl/kerl) [![CircleCI](https://circleci.com/gh/kerl/kerl.svg?style=svg)](https://circleci.com/gh/kerl/kerl)
====
-CI status: [![TravisCI build status](https://travis-ci.org/kerl/kerl.svg?branch=master)](https://travis-ci.org/kerl/kerl) [![CircleCI](https://circleci.com/gh/kerl/kerl.svg?style=svg)](https://circleci.com/gh/kerl/kerl)
-
Easy building and installing of [Erlang/OTP](http://www.erlang.org) instances.
Kerl aims to be shell agnostic and its only dependencies, excluding what's
@@ -621,7 +619,7 @@ other tools to extract to path information.
kerl install-docsh
-**Important note**: docsh currently only supports OTP 18 and 19.
+**Important note**: docsh only supports OTP versions 18 and later.
Install `erl` shell documentation access
extension - [docsh](https://github.com/erszcz/docsh).
@@ -684,6 +682,12 @@ will eventually deal with this issue.
Changelog
---------
+5 March 2018 - 1.8.2
+
+ - Apply zlib patch when building OTP 17-19. (#258)
+ - Add CircleCI (#246)
+ - Fix empty package name warning (#245)
+
13 November 2017 - 1.8.1
- Fix removing an installation by its name. (#244)