diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 2310d9c8..a80f7e07 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -82209,6 +82209,16 @@
Short DllCall の arg タイプと、無効なタイプに対する未定義の挙動を修正しました。
+
+
+ Fixed StrPut failing if Length/Buffer is specified and <a0>MultiByteToWideChar</a0> doesn't support the WC_NO_BEST_FIT_CHARS flag for the target codepage.
+
+
+ Length/Buffer が指定されて<a0>MultiByteToWideChar</a0> がターゲットコードページのWC_NO_BEST_FIT_CHARSフラグをサポートしていないときにStrPut が失敗するように修正しました。
+
+サーバーがクライアント認証を要求した場合に、匿名認証を試みるようにダウンロードを修正しました。
+
+
Fixed SysGetIPAddresses causing a Critical Error when the network subsystem is non-functional; e.g. in Windows safe mode.