Tweak releasenotes

This commit is contained in:
1024jp 2019-02-02 11:33:58 +09:00
parent 095b42eaef
commit a9f45a64a9
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Change Log
### Fixes
- Fix an issue where closed windows remained on the memory.
- Fix an issue where selected ranges were set wrongly after updating document due to an external modification.
- Address an issue where selected ranges were set wrongly after updating document due to an external modification.

View File

@ -57,7 +57,7 @@
<li>Fix an issue where the last syntax style was not applied when an unsaved document was restored from the last session.</li>
<li>Fix an issue where auto-completion could cancel suddenly under a restricted condition.</li>
<li>Fix an issue where closed windows remained on the memory.</li>
<li>Fix an issue where selected ranges were set wrongly after updating the document due to an external modification.</li>
<li>Address an issue where selected ranges were set wrongly after updating the document due to an external modification.</li>
<li>Fix a possible issue where word counting could be stuck.</li>
</ul>
</section>

View File

@ -57,7 +57,7 @@
<li>保存がされていない書類のシンタックススタイルが最後のセッションから復帰されなかった不具合を修正</li>
<li>特定の条件下で自動補完が自動的に終了してしまう不具合を修正</li>
<li>閉じたウインドウがメモリ上に残っていた不具合を修正</li>
<li>外部プロセスの編集により書類がアップデートしたときに選択範囲が誤って置かれることがあった不具合を修正</li>
<li>外部プロセスの編集により書類がアップデートしたときに選択範囲がずれることがあった不具合を改善</li>
<li>単語カウントが詰まる可能性があった不具合を修正</li>
</ul>
</section>