From 1ca9eff35d9cc8af8201f4418dcb21acdd3f6817 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 28 Jun 2017 18:32:59 -0300 Subject: [PATCH] Fixed changelog wording to be more user friendly --- changelog/171.bugfix | 1 + changelog/pr_171.bugfix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog/171.bugfix delete mode 100644 changelog/pr_171.bugfix diff --git a/changelog/171.bugfix b/changelog/171.bugfix new file mode 100644 index 0000000..648b26a --- /dev/null +++ b/changelog/171.bugfix @@ -0,0 +1 @@ +Fixed serialization of ``longrepr.sections`` during error reporting from workers. diff --git a/changelog/pr_171.bugfix b/changelog/pr_171.bugfix deleted file mode 100644 index 18a406f..0000000 --- a/changelog/pr_171.bugfix +++ /dev/null @@ -1 +0,0 @@ -Forgot to serialize and deserialize the longrepr.sections attribute. \ No newline at end of file