Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2f6e188b257
Choose a base ref
...
head repository: opal/opal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5be5dd80f443
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 7, 2014

  1. typos

    vendethiel committed Mar 7, 2014
    Copy the full SHA
    5f698a9 View commit details
  2. Merge pull request #513 from Nami-Doc/patch-1

    typos
    elia committed Mar 7, 2014
    Copy the full SHA
    5be5dd8 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 CHANGELOG.md
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
* Add `time.rb` to stdlib and moved `Time.parse()` and `Time.iso8601()`
methods there.

* `!` is now treated as a unary method call on the object. Opal now parsed
* `!` is now treated as an unary method call on the object. Opal now parsed
`!` as a def method name, and implements the method on `BasicObject`,
`NilClass` and `Boolean`.

@@ -69,7 +69,7 @@
`#to_f`, `#clone`, `#split`.

* Fix `Array` method compliance: `#first`, `#fetch`, `#insert`, `#delete_at`,
`#last, `#splice`, `.try_convert`.
`#last`, `#splice`, `.try_convert`.

* Fix compliance of `Kernel#extend` and ensure it calls `#extended()` hook.