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.
This commit is contained in:
Scott Kostyshak 2015-11-07 01:48:52 -05:00
parent cd4fc6e2bc
commit 908a42fa46

View File

@ -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.