aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-12-30 21:04:14 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:11:29 +0100
commit8c3293376ce0ec264cce05fb10c4d951a07727a5 (patch)
tree79b00febe3acc0539e5a6483dba72de7f7c10fd3
parentchore: Hide the default :module key of entities which is internal (diff)
release: lkn_core 0.3.0
-rw-r--r--ChangeLog.md9
-rw-r--r--mix.exs2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 91739f5..d1385c7 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,14 @@
# ChangeLog
+## lkn_core 0.3.0
+
+* When an instance was killed (once empty), its pool was crashing.
+* **[Breaking Change]** Puppeteers can now be stopped in a clean way. As a
+ consequence, Puppeteers implementation have to implement a new callback.
+* **[Breaking Change]** Puppeteers now get a digest of the instances it
+ registers to. As a consequence, Puppeteers implementation have to implement a
+ new callback.
+
## lkn_core 0.2.0
* **[Breaking Change]** Puppeteers are now notified when a puppet enters
diff --git a/mix.exs b/mix.exs
index 03d991b..60c7575 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,7 +5,7 @@ defmodule Lkn.Mixfile do
[
app: :lkn_core,
name: "lkn-core",
- version: "0.2.0",
+ version: "0.3.0",
elixir: "~> 1.5",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,