CHANGELOG.md in kanal-0.4.1 vs CHANGELOG.md in kanal-0.4.2
- old
+ new
@@ -1,6 +1,11 @@
## [Unreleased]
+## [0.4.2] 2023-03-22
+- Adding any number of loggers can be now done with core.add_logger(l) - where l is logger that have same methods as default ruby logger (debug, warn, fatal, etc)
+- To get logger into your class you can include Kanal::Core::Logging::Logger - this will give you method .logger to get logger
+- Batteries now have .keyboard output property and several conditions for input
+
## [0.4.1] 2023-03-16
- Added Attachment that can be used inside new input parameters in Batteries plugin
- New input and output parameters in Batteries plugin: image, audio, file
## [0.4.0] 2023-03-10