Skip to content

Commit

Permalink
CHANGES: Update 0.6.0 entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed May 25, 2021
1 parent fb20cc3 commit 53019cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 53019cc

Please sign in to comment.