From 00ad2461e32931888f6bc13505648e0b2cc635d4 Mon Sep 17 00:00:00 2001
From: MLErik <baerenjesus@gmail.com>
Date: Fri, 1 Nov 2019 08:23:22 -0400
Subject: [PATCH] updated changelog

---
 changelog.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/changelog.md b/changelog.md
index 8a4da1f1..5eba35db 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,10 @@ Changelog
 
 Changes since Flatland 2.0.0
 --------------------------
+### Changes in malfunction behavior
+- agent attribute `next_malfunction`is not used anymore, it will be removed fully in future versions.
+- `break_agent()` function is introduced which induces malfunctions in agent according to poisson process
+- `_fix_agent_after_malfunction()` fixes agents after attribute `malfunction == 0`
 
 ### Changes in `Environment`
 - moving of member variable `distance_map_computed` to new class `DistanceMap`
-- 
GitLab