Skip to content

Commit 678727f

Browse files
committed
Release v0.3.5
1 parent 5f57fce commit 678727f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.5
2+
* Add backtick_javascript magic comment to squelch warnings since Opal 1.8
3+
14
## 0.3.4
25
* Element#children=
36
* Support more methods on Media

opal/browser/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Browser
2-
VERSION = '0.3.4'
2+
VERSION = '0.3.5'
33
end

0 commit comments

Comments
 (0)