README.md in ruby-next-0.13.2 vs README.md in ruby-next-0.13.3

- old
+ new

@@ -520,16 +520,16 @@ - Set `RUBY_NEXT_EDGE=1` or `RUBY_NEXT_PROPOSED=1` environment variable. ### Supported edge features -- `Array#intersect?` ([#15198](https://bugs.ruby-lang.org/issues/15198)) +`Array#intersect?` ([#15198](https://bugs.ruby-lang.org/issues/15198)) -- Shorthand Hash/kwarg notation (`data = {x:, y:}` or `foo(x:, y:)`) ([#15236](https://bugs.ruby-lang.org/issues/15236)). - ### Supported proposed features - _Method reference_ operator (`.:`) ([#13581](https://bugs.ruby-lang.org/issues/13581)). + +- Shorthand Hash/kwarg notation (`data = {x, y}` or `foo(x:, y:)`) ([#15236](https://bugs.ruby-lang.org/issues/15236)). ## Contributing Bug reports and pull requests are welcome on GitHub at [https://github.com/ruby-next/ruby-next](ttps://github.com/ruby-next/ruby-next).