We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88710f commit 0747014Copy full SHA for 0747014
CHANGELOG.md
@@ -1,13 +1,5 @@
1
# 1.0
2
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
11
# 1.0 RC 6
12
13
New features:
@@ -56,6 +48,9 @@ Bug fixes:
56
48
* Fix definition of `RB_NIL_P` to be early enough. Fixes compilation of
57
49
`msgpack`.
58
50
* 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.
59
54
60
55
Performance:
61
0 commit comments