Skip to content

Commit 9f599a8

Browse files
committed
Fix macOS version typo in CHANGELOG
1 parent 39e2ea3 commit 9f599a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Compatibility:
5858
* Allow `Fiber#raise` after `Fiber#transfer` like Ruby 3.0 (#2342).
5959
* Fix `ObjectSpace._id2ref` for Symbols and frozen String literals (#2358).
6060
* Implemented `Enumerator::Lazy#filter_map` (#2356).
61-
* Fix LLVM toolchain issue on macOS 10.13 (#2352, [oracle/graal#3383](https://github.com/oracle/graal/issues/3383)).
61+
* Fix LLVM toolchain issue on macOS 11.3 (#2352, [oracle/graal#3383](https://github.com/oracle/graal/issues/3383)).
6262
* Implement `IO#set_encoding_by_bom` (#2372, pawandubey).
6363
* Implemented `Enumerator::Lazy#with_index` (#2356).
6464
* Implement `rb_backref_set`.

0 commit comments

Comments
 (0)