Skip to content

Commit 53019cc

Browse files
committed
CHANGES: Update 0.6.0 entries
1 parent fb20cc3 commit 53019cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGES

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
0.6.0 (development)
1+
0.6.0 (2021-05-25)
22

33
Bug Fixes:
4-
* Fix the handling of application/javascript (@kylekyle, @mrkn)
4+
* Fix the handling of application/javascript https://github.com/SciRuby/iruby/issues/292, https://github.com/SciRuby/iruby/pull/294 (@kylekyle, @mrkn)
55

66
Enhancements:
7-
* Add the `initialized` event in `IRuby::Kernel` class (@Yuki-Inoue, @mrkn)
8-
* Add the following four events (@mrkn):
7+
* 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)
8+
* Add the following four events https://github.com/SciRuby/iruby/pull/295 (@mrkn):
99
* `pre-execute` -- occurs before every code execution
1010
* `pre-run-cell` -- occurs before every non-silent code execution
1111
* `post-execute` -- occurs after every code execution
1212
* `post-run-cell` -- occurs after every non-silent code execution
13+
* Replace Bond with IRB in PlainBackend https://github.com/SciRuby/iruby/pull/276, https://github.com/SciRuby/iruby/pull/297 (@cfis, @mrkn)
1314

1415
0.5.0 (2021-03-25)
1516

0 commit comments

Comments
 (0)