diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index cb9b186d..6b4f24c2 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -82585,6 +82585,14 @@
ComObjectが2番目の変数のみ指定されたforループに渡されるとクラッシュする問題を修正しました。
+
+
+ Fixed crashing when a named function hotkey is used after #HotIf.
+
+
+ HotIfの後に名前付き関数のホットキーを使用するとクラッシュする問題を修正しました。
+
+
Fixed debugger to break at the line of the call when stepping out of a function.