aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-04-07 17:15:12 -0400
committerSpencer Williams <spnw@plexwave.org>2025-04-07 17:15:12 -0400
commit5c283f920cca7421737c57e85ce3c9a645c7f2b1 (patch)
tree13d7284a2d308716d0b404d2614174ede154b347
parentba02a57dbaa5f8e1a2dafc93c208d1317726aab9 (diff)
Add "breaking changes" section to changelog
-rw-r--r--CHANGES.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.org b/CHANGES.org
index 6145886..0bf7447 100644
--- 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=)