From 595af7b76438bfb585b9ad30e655b8ecd25cedd6 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 7 Jan 2021 15:34:34 +0100
Subject: [PATCH] Documentation

---
 .gitignore       |  3 +++
 CHANGELOG        | 11 ++++++++++-
 run/scripts/help |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index e69de29..108de3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/.ahoy.l3d
+/.ahoy.yml
+/.env
diff --git a/CHANGELOG b/CHANGELOG
index 1247da7..21d0f4b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
-just a test
+2.0.0-beta1 2021-01-07
+----------------------
+#41 Provide ahoy changelog extract command
+#45 Changes with new Docker Version for MacOs (BIG IMPROVEMENT FOR MAC USERS)
+#72 Implement "l3d info"
+#73 Add zsh shell
+#75 Non-persistent mode
+Don't cache apk when building l3drun
+Explicitly define HOME environment variable
+Load the run image after setup and selfupdate
 
 v1.17.5 2021-01-04
 ------------------
diff --git a/run/scripts/help b/run/scripts/help
index f2b8ab2..6670f4c 100755
--- a/run/scripts/help
+++ b/run/scripts/help
@@ -6,5 +6,5 @@ echo ""
 echo "Version: ${L3DVERSION}"
 echo "Support: https://gitlab.lakedrops.com/docker/l3d"
 echo ""
-echo "Usage:   l3d [ help | version | selfupdate [VERSION] | update | reset | PROJECTNAME | delete PROJECTNAME ] | list"
+echo "Usage:   l3d [ help | version | selfupdate [VERSION] | update | reset | PROJECTNAME | delete PROJECTNAME ] | list | info | . "
 echo ""
-- 
GitLab