You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-04-04-mruby-2.0.1-released.markdown
+14-14
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
---
2
-
layout: post
3
-
title: "mruby 2.0.1 released"
4
-
date: 2019-04-04 00:00:00
5
-
categories: releases
6
-
---
7
-
1
+
---
2
+
layout: post
3
+
title: "mruby 2.0.1 released"
4
+
date: 2019-04-04 00:00:00
5
+
categories: releases
6
+
---
7
+
8
8
# mruby 2.0.1
9
9
10
-
We are proudly annoucing the stable release of mruby 2.0 series - mruby 2.0.1.
10
+
We are proudly announcing the stable release of mruby 2.0 series - mruby 2.0.1.
11
11
12
12
---
13
13
@@ -133,7 +133,7 @@ Developers must use following APIs for accessing attributes of RRange because RR
133
133
134
134
- Fixed a bug on platforms without `BYTE_ORDER`; fix [#4190](https://github.com/mruby/mruby/issues/4190)
135
135
- Fix 0.0 and -0.0 handling.
136
-
- Fix dump/load float leteral evaluate to infinity.
136
+
- Fix dump/load float literal evaluate to infinity.
137
137
- Fix `Symbol#size` for multi-byte characters with `MRB_UTF8_STRING`.
138
138
- Add `OP_ENTER` to blocks without parameters; fix [#4175](https://github.com/mruby/mruby/issues/4175)
139
139
- Should not check non-node value to `void_expr_error`; fix [#4203](https://github.com/mruby/mruby/issues/4175) [#4192](https://github.com/mruby/mruby/issues/4192)
@@ -145,8 +145,8 @@ Developers must use following APIs for accessing attributes of RRange because RR
145
145
146
146
We have done 371 commits to 163 files, 2,397 lines were added, 1,570 lines removed since mruby 2.0.0. For more detail of the updates, [see Commit Log](https://github.com/mruby/mruby/compare/2.0.0...2.0.1).
147
147
148
-
## Evaluated mrbgems list (NPO mruby forum)
149
-
150
-
[See the list](http://forum.mruby.org/download/index201EN.html).
151
-
152
-
Let's try `mruby 2.0.1`.
148
+
## Evaluated mrbgems list (NPO mruby forum)
149
+
150
+
[See the list](http://forum.mruby.org/download/index201EN.html).
Copy file name to clipboardExpand all lines: _posts/2020-08-06-mruby-2.1.2-released.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,6 @@ We are announcing the stable release of mruby 2.1 series - [mruby 2.1.2](https:/
91
91
92
92
---
93
93
94
-
We have done 185 commits to 99 files with 14,883 addtions and 1,653 deletions since mruby 2.1.1. For more detail of the updates, [see Commit Log](https://github.com/mruby/mruby/compare/2.1.1...2.1.2).
94
+
We have done 185 commits to 99 files with 14,883 additions and 1,653 deletions since mruby 2.1.1. For more detail of the updates, [see Commit Log](https://github.com/mruby/mruby/compare/2.1.1...2.1.2).
95
95
96
96
Thanks all the contributors who have worked on bug fix and improvements in the release of `mruby 2.1.2`.
0 commit comments