aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-12-29 14:06:01 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:28 +0100
commitc1ebc22c893600eaefe40215fa74fc96ce24a48d (patch)
tree7bbe334c60e2a3ab8a8578720d9f80540a2e8e57
parentchore: Add a ChangeLog (diff)
docs: Simplify the ChangeLog and make it part of the documentation
-rw-r--r--ChangeLog.md12
-rw-r--r--mix.exs5
2 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index ea9d06f..0c38f9e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,13 +1,7 @@
-# lkn-core
+# ChangeLog
## Unreleased
-# Features
-
-* Puppeteers are now notified when a puppet enters or leaves the instance they
+* **[Breaking Change]** Puppeteers are now notified when a puppet enters or leaves the instance they
are registered to. As a consequence, Puppeteers implementations have to
- implement new callbacks
-
-### Dependencies
-
-* `distillery` is no longer a dependency
+ implement new callbacks.
diff --git a/mix.exs b/mix.exs
index 86ed5a2..47e2815 100644
--- a/mix.exs
+++ b/mix.exs
@@ -22,6 +22,11 @@ defmodule Lkn.Mixfile do
"coveralls.post": :test,
"coveralls.html": :test,
],
+ docs: [
+ extras: [
+ "ChangeLog.md",
+ ],
+ ],
dialyzer: [
flags: [
:error_handling,