commit 908a42fa465a113e47ef9cf6e045a9ddbcffcd39
Author: Scott Kostyshak <[email protected]>
Date: Sat Nov 7 01:48:52 2015 -0500
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.
diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 823d10e..202a7fe 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.