Skip to content

Commit 0747014

Browse files
committed
Fix RC 6 change log
1 parent f88710f commit 0747014

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# 1.0
22

3-
# 1.0 RC 7
4-
5-
Bug fixes:
6-
7-
* `Kernel#singleton_methods` now correctly ignores prepended modules of
8-
non-singleton classes. Fixes loading `sass` when `activesupport` is loaded.
9-
* Object identity numbers should never be negative.
10-
113
# 1.0 RC 6
124

135
New features:
@@ -56,6 +48,9 @@ Bug fixes:
5648
* Fix definition of `RB_NIL_P` to be early enough. Fixes compilation of
5749
`msgpack`.
5850
* Fix compilation of megamorphic interop calls.
51+
* `Kernel#singleton_methods` now correctly ignores prepended modules of
52+
non-singleton classes. Fixes loading `sass` when `activesupport` is loaded.
53+
* Object identity numbers should never be negative.
5954

6055
Performance:
6156

0 commit comments

Comments
 (0)