Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Prepare delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Jan 2, 2019
1 parent 12c04c4 commit 312debf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,13 @@
Changes to Matrix Android SDK in 0.9.15 (2018-XX-XX)
Changes to Matrix Android SDK in 0.9.15 (2018-01-02)
=======================================================

Features:
-

Improvements:
- isValidRecoveryKey() ignores now all whitespace characters, not only spaces

Bugfix:
- MXCrypto: Use the last olm session that got a message (vector-im/riot-android#2772).
- Ensure there is no ghost device in the Realm crypto store (vector-im/riot-android#2784)

API Change:
-

Translations:
-

Others:
-

Build:
-

Test:
- New test for recovery key with newlines in it

Expand Down
2 changes: 1 addition & 1 deletion matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 16
targetSdkVersion 26
versionCode 915
versionName "0.9.15-dev"
versionName "0.9.15"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 312debf

Please sign in to comment.