branch: externals/triples
commit c09ef2932c27026c8fd85d6d2d434ffb2a8a277b
Merge: 76aa341e6f 54a0bbd81b
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
Merge branch 'main' into develop
---
CHANGELOG.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index eb0f21ce4c..f6e451d1d1 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,6 +4,7 @@ TITLE: Changelog for the triples module for GNU Emacs.
- Create a default database to encourage a shared triple database. Add
information on why this is an interesting idea in the README.
- Add support for backups of databases via =triples-backup=, and a simple way
to have a sane and shared backups created with the new =triples-backups= module.
- Add =triples-move-subject= which will move both a subject as well as
reference to it.
-
+* 0.1.1
+ - Bugfix release to fix =triples-subject-with-predicate-object=.
* 0.1
- This is the initial version that contained basic triple functionality, and
was integrated into GNU ELPA.