diff --git a/changelog b/changelog
index ba65b8f..597c9d3 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20141212 tpd src/axiom-website/patches.html 20141212.01.tpd.patch
+20141212 tpd src/input/graphviz.input fix typo in section numbering
20141211 tpd src/axiom-website/patches.html 20141211.01.tpd.patch
20141211 tdp src/input/bug10312.input fix ** to ^ conversion
20141210 tpd src/axiom-website/patches.html 20141210.01.tpd.patch
diff --git a/patch b/patch
index 2348a77..23fba94 100644
--- a/patch
+++ b/patch
@@ -1,4 +1,3 @@
-src/input/bug10312.input fix ** to ^ conversion
+src/input/graphviz.input fix typo in section numbering
-^ macro expansion is not called in an explicit $ call form
-so the ** to ^ conversion is not valid.
+The typo caused the regress function to complain about an early exit.
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index c0ffb39..b6fc6ca 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4800,6 +4800,8 @@ buglist: bug 7271: Mistake in an example from book introduction
books/bookvol10.3 add UnivariateLaurentSeries tests
20141211.01.tpd.patch
src/input/bug10312.input fix ** to ^ conversion
+20141212.01.tpd.patch
+src/input/graphviz.input fix typo in section numbering