From 9a7c3a65f4edce61669d10db0d3f112c506d0b5c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 12 Jun 2018 11:07:42 -0300 Subject: [PATCH] Improve CHANGELOG formatting --- changelog/3555.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3555.bugfix.rst b/changelog/3555.bugfix.rst index 1911e1df5..b86012c6b 100644 --- a/changelog/3555.bugfix.rst +++ b/changelog/3555.bugfix.rst @@ -1 +1 @@ -Fix regression in Node.add_marker by extracting the mark object of a markdecorator. +Fix regression in ``Node.add_marker`` by extracting the mark object of a ``MarkDecorator``.