提交 1d42a661 编写于 作者: Y Yumin Wong

Update CHANGELOG for SafetyBuffer slice access

Co-authored-by: Nno-itsbackpack <no-itsbackpack@github.com>
上级 0a156779
* Maintain `html_safe?` on html_safe strings when sliced
string = "<div>test</div>".html_safe
string[-1..1].html_safe? # => true
*Elom Gomez, Yumin Wong*
* Add `Array#extract!`.
The method removes and returns the elements for which the block returns a true value.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册