diff --git a/release_note_en.md b/release_note_en.md index 7d3fd34..4d8504f 100644 --- a/release_note_en.md +++ b/release_note_en.md @@ -3,7 +3,7 @@ Release notes (English) ( **English** / [Japanese](release_note_ja.md) ) - `edit` statement: Restore row deletion commands (`dd`, `dr`): - Fixed a keybinding conflict that rendered row deletion unavailable. The `d` key has been unassigned from the "Set Null" function to restore the `dd` and `dr` commands, following specification changes in Csvi. Field Null assignment remains available via the `x` key. + Fixed a keybinding conflict that rendered row deletion unavailable. The `d` key has been unassigned from the "Set Null" function to restore the `dd` and `dr` commands, following specification changes in Csvi. Field Null assignment remains available via the `x` key. (#35) v0.27.3 ------- diff --git a/release_note_ja.md b/release_note_ja.md index ac60810..64a43b0 100644 --- a/release_note_ja.md +++ b/release_note_ja.md @@ -3,7 +3,7 @@ Release notes (Japanese) ( [English](release_note_en.md) / **Japanese** ) - `edit`文: 行削除コマンド(`dd`, `dr`)の復旧 - レコードの削除操作(`dd`, `dr`)を再び利用可能にした。以前のバージョンでは、Null設定機能を `d` キーにも割り当てていたため、Csvi側の仕様変更(`D` の廃止)に伴い、行削除が実行できない状態になっていた。今回、`d` へのNull設定機能を解除することでこの競合を解消した。※Null設定機能は、引き続き `x` キーで利用可能。 + レコードの削除操作(`dd`, `dr`)を再び利用可能にした。以前のバージョンでは、Null設定機能を `d` キーにも割り当てていたため、Csvi側の仕様変更(`D` の廃止)に伴い、行削除が実行できない状態になっていた。今回、`d` へのNull設定機能を解除することでこの競合を解消した。※Null設定機能は、引き続き `x` キーで利用可能。 (#35) v0.27.3 -------