From 9d1f36c78c8f7b1d4a2221520903630597113a13 Mon Sep 17 00:00:00 2001 From: Toastwear Date: Thu, 15 Aug 2024 15:08:43 +0200 Subject: [PATCH 1/3] Adding Pierre Petersmeier and Marvin Heintze to Authors List --- AUTHORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 98638879b4..4d179f5679 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -62,3 +62,5 @@ Scala and uses pekko as its main library for concurrent calculation and to repre - Staudt, Marius - Roumeliotis, Lara - Bung, Vicky +- Petersmeier, Pierre +- Heintze, Marvin \ No newline at end of file From 6e1ed57e84d2066314f733001f55be2845cc5560 Mon Sep 17 00:00:00 2001 From: Toastwear Date: Thu, 15 Aug 2024 15:20:24 +0200 Subject: [PATCH 2/3] format --- AUTHORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4d179f5679..57bc3082df 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -63,4 +63,4 @@ Scala and uses pekko as its main library for concurrent calculation and to repre - Roumeliotis, Lara - Bung, Vicky - Petersmeier, Pierre -- Heintze, Marvin \ No newline at end of file +- Heintze, Marvin From 9095171cc6f60f9d7836bb084ac35b1868d0b3e7 Mon Sep 17 00:00:00 2001 From: Toastwear Date: Fri, 16 Aug 2024 16:42:12 +0200 Subject: [PATCH 3/3] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12fcfb62b..f55a036ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Convert all `eval-rst` instances in rtd to myst syntax [#901](https://github.com/ie3-institute/simona/issues/901) - External simulation should provide information about next tick of MobSim [#776](https://github.com/ie3-institute/simona/issues/776) - Updated AUTHORS.md [#904](https://github.com/ie3-institute/simona/issues/904) +- Updated AUTHORS.md [#905](https://github.com/ie3-institute/simona/issues/905) ### Fixed - Removed a repeated line in the documentation of vn_simona config [#658](https://github.com/ie3-institute/simona/issues/658)