Skip to content

Commit 082eb9a

Browse files
committed
CHANGES: Add 0.5.0 entries
1 parent dbf46d3 commit 082eb9a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
0.5.0 (2021-03-25)
2+
3+
Bug Fixes:
4+
* Fix Jupyter console crashes issue https://github.com/SciRuby/iruby/pull/210 (@kojix2)
5+
* Fix syntax highlighting issue on Jpyter Lab https://github.com/SciRuby/iruby/issues/224 (@kojix2)
6+
* Fix interoperability issue with ruby-git https://github.com/SciRuby/iruby/pull/139 (@habemus-papadum)
7+
* Fix the issue of `$stderr.write` that cannot handle multiple arguments https://github.com/SciRuby/iruby/issues/206 (@kojix2)
8+
* Remove a buggy `inspect_request` implementation https://github.com/SciRuby/iruby/pull/119 (@LunarLanding)
9+
* Fix uninitialized constant `Fiddle` caused in initialization phase https://github.com/SciRuby/iruby/issues/264 (@MatthewSteen, @kjoix2)
10+
* Fix the issue on displaying a table https://github.com/SciRuby/iruby/pull/281 (@ankane)
11+
12+
Enhancements:
13+
* Add `IRuby.clear_output` method https://github.com/SciRuby/iruby/pull/220 (@kojix2)
14+
* Make backtrace on exception simplify and more appropriate for code in a cell https://github.com/SciRuby/iruby/pull/249 (@zheng-yongping)
15+
* Make syntax error message more appropriate https://github.com/SciRuby/iruby/pull/251 (@zheng-yongping)
16+
* Remove top-level `In` and `Out` constants https://github.com/SciRuby/iruby/pull/229 (@kojix2)
17+
* Use text/plain for the default format of `Numo::NArray` objects https://github.com/SciRuby/iruby/pull/255 (@kojix2)
18+
* Use ffi-rzmq as the default ZeroMQ adapter https://github.com/SciRuby/iruby/pull/256 (@kojix2)
19+
* Drop rbczmq support https://github.com/SciRuby/iruby/pull/260 (@rstammer)
20+
* Add ruby-vips image support https://github.com/SciRuby/iruby/pull/279 (@ankane)
21+
* Replace mimemagic with mime-types https://github.com/SciRuby/iruby/pull/291 (@mrkn)
22+
23+
0.4.0 (2019-07-31)
24+
125
0.3 (2017-03-26)
226

327
Bug Fixes:

0 commit comments

Comments
 (0)