diff --git a/CHANGELOG.md b/CHANGELOG.md index 463ff845..4fc93a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Change Log All notable changes to this project will be documented in this file. +## [5.0.0-alpha3] - 2019-02-25 +### Added +- Hungarian translation (#234) +- Galician translation (#235) +- Spanish translation (#254) +- Portuguese translation (#254) +- Romanian translation (#254) + +### Changed +- Improve contact auto complete search results (#223) +- Improve password request dialog title (#229) + +### Fixed +- ToDo item method call deprecation (#221) +- Deprecated JavaScript definition (#227) +- Deprecated calls to internal `Component.utils` functions (#228) +- Exchange address books not shown in Directory/Contact panes (#209) +- Settings window not properly localized (#240) + ## [5.0.0-alpha2] - 2018-11-25 ### Changed - Improved logging (#201) diff --git a/VERSION b/VERSION index 86384e0f..38e8e7a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.0-alpha2 +5.0.0-alpha3