From 1c1c76a4367ae78e0599bc23eb87a14f44bbc01f Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 15 Jun 2018 16:09:23 +0200 Subject: [PATCH] Add release notes for 4.0.0 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e8b01c2..b6801e467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,27 @@ Group changes to describe their impact on the project, as follows: Added for new features. Changed for changes in existing functionality. - Deprecated for once-stable features removed in upcoming releases.é + Deprecated for once-stable features removed in upcoming releases. Removed for deprecated features removed in this release. Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. ## [Incomming] +## [4.0.0] - 2018-06-15 + +### Added +- Group chat between linphone.org SIP accounts. +- new JAVA/JNI wrapper. This new wrapper is automatically generated from liblinphone C API. It breaks compatibility with previous, hand-made wrapper. + (more information about new wrapper [here.](https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Linphone%20%28Android%29%20Java%20wrapper/) ) + +### Deprecated +- hand-made java API in submodules/linphone/java is deprecated. However it is still possible to use it by checking out the 3.4.x branch of linphone-android. + +### Fixed +- issue with changing push notification token not passed to library, possibly resulting in a loss of incoming calls. + + ## [3.3.0] - 2017-10-18 ### Added