From e0864ab7f2cc3ed7f28c3a7af2ba3670c02bab40 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Fri, 19 Jan 2024 06:27:32 -0800 Subject: [PATCH] Fix formatting bugs in changelog. PiperOrigin-RevId: 599815807 Change-Id: I67d3eb2fd30c94a9d498ba605243e0b87b1d4ca8 --- doc/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 910d6048..857edacd 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -7,8 +7,8 @@ Upcoming version (not yet released) General ^^^^^^^ -1. Improved the :ref:discardvisual compiler flag, which now discards all visual-only assets. See - :ref:discardvisual for details. +1. Improved the :ref:`discardvisual` compiler flag, which now discards all visual-only assets. + See :ref:`discardvisual` for details. 2. Removed the :ref:`timer` for midphase colllision detection, it is now folded in with the narrowphase timer. This is because timing the two phases seperately required fine-grained timers inside the collision functions; these functions are so small and fast that the timer itself was incurring a measurable cost.