Skip to content

Commit 47a0ae9

Browse files
committedApr 23, 2015
Update the changelog
1 parent 6af46d7 commit 47a0ae9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## edge (upcoming 0.7.2)
1+
## edge (upcoming 0.8.0)
22

33
* Support calling `String#[]` and `String#slice` with a regexp argument
44

@@ -12,6 +12,18 @@
1212

1313
* `String#===`, `String#==`, and `String#eql?` implementation fully compliant with rubyspec
1414

15+
* Add support for sprockets 3.0 while keeping compatibility with the 2.0 series
16+
17+
* Delegate dependency management directly to Sprockets (when used) making sourcemaps swift again.
18+
This means code generated by sprockets will always need to be bootstrapped via `Opal.load` or `Opal.require`.
19+
Luckily `Opal::Processor.load_asset_code(sprockets, name)` does just that in the right way.
20+
21+
## 0.7.2 2015-04-23
22+
23+
* Remove Sprockets 3.0 support (focus moved to upcoming 0.8)
24+
25+
* Fix version number consistency.
26+
1527
## 0.7.1 2015-02-14
1628

1729
* CLI options `-d` and `-v` now set respectively `$DEBUG` and `$VERBOSE`

0 commit comments

Comments
 (0)
Please sign in to comment.