Add release notes for 4.0.0
This commit is contained in:
parent
7432b9c698
commit
1c1c76a436
1 changed files with 15 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -5,13 +5,27 @@ Group changes to describe their impact on the project, as follows:
|
||||||
|
|
||||||
Added for new features.
|
Added for new features.
|
||||||
Changed for changes in existing functionality.
|
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.
|
Removed for deprecated features removed in this release.
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
## [Incomming]
|
## [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
|
## [3.3.0] - 2017-10-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue