mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Sorted links by URLs and issue numbers [ci skip]
``` ruby -e 'puts readlines.sort_by {[_1[%r[(https?://.*?)(?:/\d+)?$],1], _1[/\d+$/].to_i]}' ```
This commit is contained in:
parent
a3adb10aac
commit
12eb5734b3
1 changed files with 1 additions and 1 deletions
2
NEWS.md
2
NEWS.md
|
@ -621,6 +621,7 @@ end
|
|||
[Feature #15504]: https://bugs.ruby-lang.org/issues/15504
|
||||
[Feature #15575]: https://bugs.ruby-lang.org/issues/15575
|
||||
[Feature #15822]: https://bugs.ruby-lang.org/issues/15822
|
||||
[Misc #15893]: https://bugs.ruby-lang.org/issues/15893
|
||||
[Feature #15921]: https://bugs.ruby-lang.org/issues/15921
|
||||
[Feature #15973]: https://bugs.ruby-lang.org/issues/15973
|
||||
[Feature #16131]: https://bugs.ruby-lang.org/issues/16131
|
||||
|
@ -643,7 +644,6 @@ end
|
|||
[Feature #16815]: https://bugs.ruby-lang.org/issues/16815
|
||||
[Feature #16828]: https://bugs.ruby-lang.org/issues/16828
|
||||
[Misc #16961]: https://bugs.ruby-lang.org/issues/16961
|
||||
[Misc #15893]: https://bugs.ruby-lang.org/issues/15893
|
||||
[Feature #17055]: https://bugs.ruby-lang.org/issues/17055
|
||||
[Feature #17104]: https://bugs.ruby-lang.org/issues/17104
|
||||
[Feature #17122]: https://bugs.ruby-lang.org/issues/17122
|
||||
|
|
Loading…
Reference in a new issue