summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2021-07-21 12:38:25 +0100
committerGitHub <noreply@github.com>2021-07-21 12:38:25 +0100
commit2bb3c08ae2b0026ee1109857b62db995b0a4474f (patch)
tree9443b9057b50f4430855fdd1ad44e76275c032e8 /CHANGELOG.md
parentb55c879e7a4407b92c79a3baa79cd06db0b1bf2a (diff)
chore(changelog): add logging feature
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fa68e518..5b4995461 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620)
-
+* A universal logging system has been implemented (https://github.com/zellij-org/zellij/pull/592)
+ * Added [`log`](https://docs.rs/log/0.4.14/log/#macros) crate support for logging within Zellij
+ * Messages sent over the `stderr` of plugins are now logged as well, bringing back `dbg!` support!
## [0.15.0] - 2021-07-19
* Kill children properly (https://github.com/zellij-org/zellij/pull/601)