Skip to content

Commit b592389

Browse files
chore: update release notes
Signed-off-by: Matthias Wende <[email protected]>
1 parent 30c25ae commit b592389

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
## New Features
1212

1313
- Added consistent logger setup across all modules for structured logging and improved observability. Example notebooks updated to demonstrate logger usage.
14+
- The signature for passing config files MicrogridConfig.load_config() has been changed to accept a path a list of paths and a directory containing the config files.
15+
- `MicrogridData` class needs to be initialized with a `MicrogridConfig` object instead of a path to config file(s).
1416

1517
## Bug Fixes
1618

1719
- Fixed a bug in the notification `Scheduler` where tasks could overrun the configured duration due to imprecise sleep and stop logic. The scheduler now correctly tracks elapsed time, respects task execution duration, and stops reliably after the intended interval.
18-
- Fixed an issue where `EmailNotification` did not properly initialise its scheduler. Also fixed an example in the docstring.
20+
- Fixed an issue where `EmailNotification` did not properly initialise its scheduler. Also fixed an example in the docstring.

0 commit comments

Comments
 (0)