aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-08-02 11:10:56 +0900
committerMITSUNARI Shigeo <[email protected]>2022-08-02 11:10:56 +0900
commitfc1c18a9d62c2e169447b00d12f148fb23755ea4 (patch)
treeb2f3bcd6381a572fbcd843c7e2800445de3a12ff /doc
parentf7cae7f11076489e13d2efaabd336a6fe074371f (diff)
downloadxbyak-fc1c18a9d62c2e169447b00d12f148fb23755ea4.tar.gz
xbyak-fc1c18a9d62c2e169447b00d12f148fb23755ea4.zip
update doc
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 93d23d9..f59117b 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,5 +1,6 @@
# History
+* 2022/Aug/02 ver 6.61.1 noexcept is supported by Visual Studio 2015 or later
* 2022/Jul/29 ver 6.61 fix exception of movzx eax, ah in 64-bit mode
* 2022/Jun/16 ver 6.60.2 fix detection of GFNI, VAES, and VPCLMULQDQ
* 2022/Jun/15 ver 6.60.1 fix link error of Xbyak::util::Cpu on Visual Studio with /O0 option