Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 823d689

Browse files
Merge pull request #38 from e-jigsaw/patch-4
fix style for blog
2 parents 0db88a1 + 5c398f2 commit 823d689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weekly/2015-02-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
## io.js 1.3.0 リリース
1010
<!-- Notable changes include: -->
1111
主な変更点:
12+
1213
<!-- * **url**: `url.resolve('/path/to/file', '.')` now returns `/path/to/` with the trailing slash, `url.resolve('/', '.')` returns `/` [#278](https://github.com/iojs/io.js/pull/278) (Amir Saboury)
1314
* **tls**: The default cipher suite used by `tls` and `https` has been changed to one that achieves Perfect Forward Secrecy with all modern browsers. Additionally, insecure RC4 ciphers have been excluded. If you absolutely require RC4, please specify your own cipher suites. [#826](https://github.com/iojs/io.js/pull/826) (Roman Reiss) -->
1415
* **url**: `url.resolve('/path/to/file', '.')`の戻り値が`/path/to/`のように末尾にスラッシュが付与されるように、`url.resolve('/', '.')` の戻り値は`/`に変更。[#278](https://github.com/iojs/io.js/pull/278) (Amir Saboury)
15-
1616
* **tls**: `tls``https`の使用しているデフォルトcipher suiteをすべてのモダンブラウザでPerfect Forward Secrecyに対応している物に変更。また、安全でないRC4 ciphersは除外されています。RC4がどうしても必要な場合はcipher suitesを個別に指定してください. [#826](https://github.com/iojs/io.js/pull/826) (Roman Reiss)
1717

1818
<!-- ## Notable Events in the Community -->

0 commit comments

Comments
 (0)