* 11/06/2018 Updated to the latest Commons CSV dependency.
* 11/05/2018 Potential fix for a ConcurrentModificationException when changing budget properties (Swing, Bug #64)
* 11/04/2018 Updated to the latest Hibernate, Netty, XStream, and JUnit dependencies.
* 11/01/2018 Adjust width of the date column to match entry format and font scale. (Fx, GitHub Issue #63)
* 10/07/2018 Improved handling of OFXv2 files with incorrectly escaped XML characters. (Swing, Fx, GitHub Issue #61)
* 10/01/2018 Currency exchange rate is working again. Yahoo continues to lock down their API. (Swing, Fx) _[Pranay Kumar]_
* 10/01/2018 Updated German translation. (Swing, Fx) _[Alex Werz]_
* 09/30/2018 Fixed an NPE when an ISIN was not specified for a security. (Swing, Fx) _[Pranay Kumar]_
* 09/16/2018 The new file wizard would not behave correctly if the task list was used instead of stepping sequentially using the Next button. This also impacted the Import Wizard. (Fx)