From 908a42fa465a113e47ef9cf6e045a9ddbcffcd39 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Sat, 7 Nov 2015 01:48:52 -0500 Subject: [PATCH] RELEASE-NOTES: move an item to different category Also expand a little to mention that users might need to specify babel if their document has custom code that is specific to babel. --- lib/RELEASE-NOTES | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index 823d10e7d7..202a7fe73e 100644 --- a/lib/RELEASE-NOTES +++ b/lib/RELEASE-NOTES @@ -113,10 +113,6 @@ * LyX now gives an error if the underlying LaTeX command exited with error. -* With LuaTeX, LyX now uses polyglossia instead of babel if the language - package option "Automatic" is selected. In order to use babel, select - "Always babel" instead. - !!Known issues in version 2.2.0 @@ -142,3 +138,8 @@ to compile under pdflatex for users of MikTeX due to an automatically half-installed "grtimes" package. A workaround in LyX was removed as it stands in the way of alternative approaches (see bug #6469). + +* With LuaTeX, LyX now uses polyglossia instead of babel if the language + package option "Automatic" is selected. In order to use babel, select + "Always babel" instead. This may be needed if a document uses code that + is specific to babel.