Skip to content

Add link to ruby issues to all translated articles #1490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Versuchen Sie Ruby 2.4.0-preview1, haben Sie Spaß daran und [geben Sie Rückmel
## Sonstige wesentliche Änderungen seit 2.3

* Unterstützung von OpenSSL 1.1.0
* ext/tk wurde aus der stdlib entfernt [Feature #8539]
* ext/tk wurde aus der stdlib entfernt [Feature #8539](https://bugs.ruby-lang.org/issues/8539)

Siehe die [NEWS](https://github.com/ruby/ruby/blob/v2_4_0_preview2/NEWS)
und das [ChangeLog](https://github.com/ruby/ruby/blob/v2_4_0_preview2/ChangeLog)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ La detección de deadlocks en Ruby 2.4 muestra los hilos con sus respectivas tra
## Otros cambios notables desde 2.3

* Soporte para OpenSSL 1.1.0
* ext/tk fue removido de stdlib [Funcionalidad #8539]
* ext/tk fue removido de stdlib [Funcionalidad #8539](https://bugs.ruby-lang.org/issues/8539)

Ve [NEWS](https://github.com/ruby/ruby/blob/v2_4_0_preview2/NEWS)
y [ChangeLog](https://github.com/ruby/ruby/blob/v2_4_0_preview2/ChangeLog)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Dilettatevi nella programmazione con Ruby 2.4.0-preview2 e
## Modifiche importanti dalla 2.3

* Supporta OpenSSL 1.1.0
* ext/tk rimosso dalla stdlib [Feature #8539]
* ext/tk rimosso dalla stdlib [Feature #8539](https://bugs.ruby-lang.org/issues/8539)

Vedere le [NEWS](https://github.com/ruby/ruby/blob/v2_4_0_preview2/NEWS)
e il [ChangeLog](https://github.com/ruby/ruby/blob/v2_4_0_preview2/ChangeLog)
Expand Down
4 changes: 2 additions & 2 deletions ja/news/_posts/2016-11-09-ruby-2-4-0-preview3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Try and enjoy programming with Ruby 2.4.0-preview3, and
## Other notable changes since 2.3

* Support OpenSSL 1.1.0
* ext/tk is now removed from stdlib [Feature #8539]
* XMLRPC is now removed from stdlib [Feature #12160]
* ext/tk is now removed from stdlib [Feature #8539](https://bugs.ruby-lang.org/issues/8539)
* XMLRPC is now removed from stdlib [Feature #12160](https://bugs.ruby-lang.org/issues/12160)

See [NEWS](https://github.com/ruby/ruby/blob/v2_4_0_preview3/NEWS)
and [ChangeLog](https://github.com/ruby/ruby/blob/v2_4_0_preview3/ChangeLog)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ASCII 대/소문자 대응 대신에 유니코드 대/소문자 대응을 지원
## 2.3 이후의 주목할 만한 변경

* OpenSSL 1.1.0을 지원합니다.
* stdlib에서 ext/tk가 제거됩니다. [Feature #8539]
* stdlib에서 ext/tk가 제거됩니다. [Feature #8539](https://bugs.ruby-lang.org/issues/8539)

자세한 내용은 [뉴스](https://github.com/ruby/ruby/blob/v2_4_0_preview2/NEWS)와
[변경기록](https://github.com/ruby/ruby/blob/v2_4_0_preview2/ChangeLog)을
Expand Down
4 changes: 2 additions & 2 deletions ko/news/_posts/2016-11-09-ruby-2-4-0-preview3-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ ASCII 대/소문자 대응 대신에 유니코드 대/소문자 대응을 지원
## 2.3 이후의 주목할 만한 변경

* OpenSSL 1.1.0을 지원합니다.
* stdlib에서 ext/tk가 제거됩니다. [Feature #8539]
* stdlib에서 XMLRPC가 제거됩니다. [Feature #12160]
* stdlib에서 ext/tk가 제거됩니다. [Feature #8539](https://bugs.ruby-lang.org/issues/8539)
* stdlib에서 XMLRPC가 제거됩니다. [Feature #12160](https://bugs.ruby-lang.org/issues/12160)

자세한 내용은 [뉴스](https://github.com/ruby/ruby/blob/v2_4_0_preview3/NEWS)와
[변경기록](https://github.com/ruby/ruby/blob/v2_4_0_preview3/ChangeLog)을
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Ruby 2.4 的死鎖檢查會顯示錯誤資訊及相依的線程。
## 自 2.3 起重要的變化

* 支援 OpenSSL 1.1.0 版本
* ext/tk 從標準函式庫移除 [Feature #8539]
* ext/tk 從標準函式庫移除 [Feature #8539](https://bugs.ruby-lang.org/issues/8539)

請參閱 [NEWS](https://github.com/ruby/ruby/blob/v2_4_0_preview2/NEWS) 和
[ChangeLog](https://github.com/ruby/ruby/blob/v2_4_0_preview2/ChangeLog)
Expand Down