update doc
diff --git a/doc/changelog.md b/doc/changelog.md
index ddb91e4..f4456f9 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,5 +1,6 @@
 # History
 
+* 2022/Jun/15 ver 6.60.1 fix link error of Xbyak::util::Cpu on Visual Studio with /O0 option
 * 2022/Jun/06 ver 6.60 change the version format to avoid it going backward
 * 2022/Jun/01 ver 6.06 refactor Cpu::Type class and improve MmapAllocator when XBYAK_USE_MEMFD is defined.
 * 2022/Mar/20 ver 6.052 add Cpu::operator==()
diff --git a/readme.txt b/readme.txt
index 3aecc6b..6381ef1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
 

-    C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 6.60

+    C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 6.60.1

 

 -----------------------------------------------------------------------------

 ◎概要

@@ -400,6 +400,8 @@
 -----------------------------------------------------------------------------

 ◎履歴

 

+2022/06/15 ver 6.60.1 Visual Studio /O0でXbyak::util::Cpuがリンクエラーになるのに対応

+2022/06/06 ver 6.60 バージョンのつけ方を数値が戻らないように変更

 2022/06/01 ver 6.06 Cpu::TypeクラスのリファクタリングとXBYAK_USE_MEMFDが定義されたときのMmapAllocatorの改善

 2022/05/20 ver 6.052 Cpu::operator==()を正しく定義

 2022/05/13 ver 6.051 XYBAK_NO_EXCEPTIONを定義したときのCpuクラスのコンパイルエラー修正