From ac337ab7dc568675de7f90c8fb387160e3f08496 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 19 Sep 2023 11:03:15 +0100 Subject: [PATCH] Make CHANGELOG consistent --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c006af..c524071 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,12 +4,12 @@ Changelog * Add ``shift()`` method to the ``time_machine`` pytest fixture. - Thanks to Stefaan Lippens in `PR 312 `__. + Thanks to Stefaan Lippens in `PR #312 `__. * Mock ``time.monotonic()`` and ``time.monotonic_ns()``. They return the values of ``time.time()`` and ``time.time_ns()`` respectively, rather than real monotonic clocks. - Thanks to Anthony Sottile in `PR 382 `__. + Thanks to Anthony Sottile in `PR #382 `__. 2.12.0 (2023-08-14) -------------------