commit 5c283f920cca7421737c57e85ce3c9a645c7f2b1
parent ba02a57dbaa5f8e1a2dafc93c208d1317726aab9
Author: Spencer Williams <spnw@plexwave.org>
Date: Mon, 7 Apr 2025 17:15:12 -0400
Add "breaking changes" section to changelog
Diffstat:
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/CHANGES.org b/CHANGES.org
@@ -1,5 +1,10 @@
** Changes since 0.1.0
+*** Breaking changes
+**** Renamed functions
+- =seam-replace-string-in-notes= is now =seam-replace-string-in-all-notes=.
+- =seam-visited-files= is now =seam-visited-notes=.
+
*** New features
- Option to export internal links with a custom CSS class
(=seam-export-internal-link-class= / =:internal-link-class=).
@@ -18,7 +23,3 @@
- Buffer titles are now set correctly from narrowed buffers.
- An issue with regexp escape sequences being interpreted in template
variable replacements has been fixed.
-
-*** Renamed functions
-- =seam-replace-string-in-all-notes= (was =seam-replace-string-in-notes=)
-- =seam-visited-notes= (was =seam-visited-files=)