File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ Whitespace conventions:
2121
2222
2323
24+ ## [ 0.11.3] ( https://github.com/opal/opal/compare/v0.11.2...v0.11.3 ) - 2018-08-28
25+
26+
27+ ### Fixed
28+
29+ - Fixed ` Array#dup ` when ` method_missing ` support was disabled
30+
31+
32+
33+
2434## [ 0.11.2] ( https://github.com/opal/opal/compare/v0.11.1...v0.11.2 ) - 2018-08-24
2535
2636
Original file line number Diff line number Diff line change 22module Opal
33 # WHEN RELEASING:
44 # Remember to update RUBY_ENGINE_VERSION in opal/corelib/constants.rb too!
5- VERSION = '0.11.2 '
5+ VERSION = '0.11.3 '
66end
Original file line number Diff line number Diff line change 11RUBY_PLATFORM = 'opal'
22RUBY_ENGINE = 'opal'
33RUBY_VERSION = '2.4.0'
4- RUBY_ENGINE_VERSION = '0.11.2 '
5- RUBY_RELEASE_DATE = '2018-08-24 '
4+ RUBY_ENGINE_VERSION = '0.11.3 '
5+ RUBY_RELEASE_DATE = '2018-08-28 '
66RUBY_PATCHLEVEL = 0
77RUBY_REVISION = 0
88RUBY_COPYRIGHT = 'opal - Copyright (C) 2013-2015 Adam Beynon'
You can’t perform that action at this time.
0 commit comments