3.4

Obba-6.2.1

Version 6.1.1 of Obba brings the following changes:
- Fixed an issue when deserializing object via obLoad related to usage of different class loader (Java 8, 9, 10).

Version 6.1.0 of Obba brings the following changes:
- Support for Java 8 java.time.LocalDateTime created via obMake("","LocalDateTime", ...) where the third argument is an excel date.

OOoLilyPond-0.5.10

Changes to OOoLilyPond 0.5.10 since 0.5.9 (May 2019):

- Fixed: In include statements, special characters (like e.g. German umlauts) are now handled correctly (Issue #27).
Thanks to Hannes E. Schäuble for finding, reporting and fixing this bug.
- Fixed: If a file named "OOoLilyPond.ly" (OLy's temp file name) was present in an include path,
it was used instead of the one in the temp path.
Now OLy will always explicitely specify the temp path before the file name.

OOoLilyPond-0.5.9

Changes to OOoLilyPond 0.5.9 since 0.5.8 (May 2019):

* OLy will now automatically search for include files in the folder where the current LibreOffice document is located.
In case there are files with the same name in different folders, OLy will first look in the current LO document's folder.
Thus, include files from here will have priority over those from other folders that are specified in the include statement.

Thanks to Hannes E. Schäuble for this useful enhancement!