# リリースノート

## 見出しの種別

%{color:red}@TODO%

## 見出しの種別(サンプル)

\[Kis]: Known Issue。既知の問題。

\[iVM]: Internal Virtual Machine。Virtual Machine関連。

[リリースノートサンプル1](/katapedia/doc/rirsuntosanpuru1.md)

## リリースノート書き方

不具合を，不具合と言わない

bug，problem，fix といった単語は，他の言葉で言い換えます

旧製品も完璧だったが，新製品はもっと良い製品だよという言い回しが基本です．会社的に不具合を認めると面倒ですからね．

免責事項を強調

良く使う単語

* issue (problem, bug の言い換え)
* update, improve, address (fixの言い換え)
* address

  Addresses an issue with performance. (パフォーマンスが低下する問題を解決しました)

update

* includes security update (セキュリティに関するバグ修正を取り込みました)

  improve

Improves automatic iDisk syncing for customers whose .Mac username contains a period (.). (ピリオドを含む名前があるとうまく動かないバグを直します)

* works Fax receiving now works when the country code is set to France. (fax受信が動くようになりました)
* prevent Prevents large amounts of Address Book data from being changed without authorization.(address bookに保存された大容量のデータが認証無しに変更できるバグを修正します)
* resolve This update resolves an issue on computers running Windows XP (このupdateはWindows XPで生じる不具合を修正します)
* 免責事項 Important: Please read before installing (重要：インストール前に読んでね)

If issues occur during installation, please see this article. (インストール中に問題が起きたら，この記事を読んでね)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yutakatay.gitbook.io/katapedia/doc/rirsunto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
