diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-04-08 11:02:09 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-04-08 11:02:09 -0400 |
commit | fa6aed3f1669d446aca399dcbf396eac76c82eff (patch) | |
tree | 8c4d5ddb0f074e2c15b55b092c1314efd1cc884a /CHANGES.org | |
parent | 34a219da26808fdde4babed986a66543af878d22 (diff) |
Fix bug that allows notes to be created with empty slug
Diffstat (limited to 'CHANGES.org')
-rw-r--r-- | CHANGES.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.org b/CHANGES.org index 197f889..2ec10e7 100644 --- a/CHANGES.org +++ b/CHANGES.org @@ -41,3 +41,5 @@ - Seam now validates note types entered with =C-u seam-set-note-type=, averting any mishaps if your completing-read function returns an invalid type. + +- It is no longer possible to create a note with an empty slug. |