From 53019cc99e756be379ec87e51d33b54b33823920 Mon Sep 17 00:00:00 2001 From: Kenta Murata Date: Tue, 25 May 2021 18:57:33 +0900 Subject: [PATCH] CHANGES: Update 0.6.0 entries --- CHANGES | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6d040b1..8446121 100644 --- a/CHANGES +++ b/CHANGES @@ -1,15 +1,16 @@ -0.6.0 (development) +0.6.0 (2021-05-25) Bug Fixes: - * Fix the handling of application/javascript (@kylekyle, @mrkn) + * Fix the handling of application/javascript https://github.com/SciRuby/iruby/issues/292, https://github.com/SciRuby/iruby/pull/294 (@kylekyle, @mrkn) Enhancements: - * Add the `initialized` event in `IRuby::Kernel` class (@Yuki-Inoue, @mrkn) - * Add the following four events (@mrkn): + * Add the `initialized` event in `IRuby::Kernel` class https://github.com/SciRuby/iruby/pull/168, https://github.com/SciRuby/iruby/pull/296 (@Yuki-Inoue, @mrkn) + * Add the following four events https://github.com/SciRuby/iruby/pull/295 (@mrkn): * `pre-execute` -- occurs before every code execution * `pre-run-cell` -- occurs before every non-silent code execution * `post-execute` -- occurs after every code execution * `post-run-cell` -- occurs after every non-silent code execution + * Replace Bond with IRB in PlainBackend https://github.com/SciRuby/iruby/pull/276, https://github.com/SciRuby/iruby/pull/297 (@cfis, @mrkn) 0.5.0 (2021-03-25)