From dfa9e7aeff48c9213d8f060086cfcb73e937d33f Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Thu, 20 Jun 2019 20:31:57 +1000 Subject: [PATCH] Apply suggestions from code review [ci skip] Co-Authored-By: Hugo --- docs/releasenotes/6.1.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasenotes/6.1.0.rst b/docs/releasenotes/6.1.0.rst index d1e2d77925b..98568fb52ec 100644 --- a/docs/releasenotes/6.1.0.rst +++ b/docs/releasenotes/6.1.0.rst @@ -35,5 +35,5 @@ an RGBA ``Image.Image`` instance. Top To Bottom Complex Text Rendering ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Drawing text in the 'ttb' direction with ImageFont has been significantly improved. -Note that it now requires raqm 0.7 or greater however. +Drawing text in the 'ttb' direction with ImageFont has been significantly improved +and requires Raqm 0.7 or greater.