summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2023-03-01 10:49:10 -0800
committerDave Beckett <dave@dajobe.org>2023-03-01 10:49:10 -0800
commitb2d89d96cb43a93f751e17619491955abb41dbd1 (patch)
tree62036eb6d1ea957e8b96418a2b6bf404ebb7f6db
parent50125f84670f89e5b997e6f117fc8bce198805bd (diff)
downloadraptor-b2d89d96cb43a93f751e17619491955abb41dbd1.tar.gz
#2023
-rw-r--r--ChangeLog19
1 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d0a5f87..1d742bfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,30 @@
+2023-03-01 Dave Beckett <dave@dajobe.org>
+
+ * docs/raptor-changes.tsv, scripts/process-changes.pl: Support
+ constants in changes TSV
+ * docs/raptor-changes.tsv: 2.0.16 API changes
+
+2023-02-28 Dave Beckett <dave@dajobe.org>
+
+ * configure.ac: https and 2023
+ * INSTALL.html, LICENSE.html, NEWS.html, README.html, RELEASE.html,
+ TODO.html, UPGRADING.html:
+ https and 2023
+ * docs/.gitignore: Ignore raptor2.actions
+
2023-02-22 Dave Beckett <dave@dajobe.org>
* docs/tmpl/section-avltree.sgml,
docs/tmpl/section-constants.sgml, docs/tmpl/section-www.sgml:
Updated doc templates
-2023-02-22 Dave Beckett <dave@dajobe.org>
-
* src/raptor_serialize_rdfxmla.c, src/raptor_serialize_turtle.c:
Remove set but unused variable i
2022-12-27 Dave Beckett <dave@dajobe.org>
* ChangeLog, INSTALL.html, LICENSE.html, NEWS.html, RELEASE.html,
- configure.ac, src/raptor_general.c:
- 2023 and https
+ configure.ac, src/raptor_general.c: 2023 and https
2022-12-27 Dave Beckett <dave@dajobe.org>