diff options
| author | Menny Even Danan <menny@evendanan.net> | 2016-07-06 01:24:55 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2016-07-06 01:24:55 +0000 |
| commit | 1c3f7c8e402f47d88aff516e70a0ad52010f1ca0 (patch) | |
| tree | 458559da86e027681f3284ffd51078fe8f08db67 | |
| parent | a8ed3e7923c45ac9be24150693bee77eb951359d (diff) | |
| download | AnySoftKeyboard-1c3f7c8e402f47d88aff516e70a0ad52010f1ca0.tar.gz AnySoftKeyboard-1c3f7c8e402f47d88aff516e70a0ad52010f1ca0.tar.bz2 | |
DEPLOY-CANARY: update changelog about #675
| -rw-r--r-- | src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java | 4 | ||||
| -rw-r--r-- | src/main/play/en-US/whatsnew | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java b/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java index 44e21c463..8c2137ce5 100644 --- a/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java +++ b/src/main/java/com/anysoftkeyboard/ui/tutorials/VersionChangeLogs.java @@ -13,7 +13,9 @@ public class VersionChangeLogs { log.add(new VersionChangeLog(1, 8, "r2", Uri.parse("https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestones/1.8-r2"), "Better keyboard preview when selecting addons (themes, language, etc.).", - "A few bug fixes here and there.")); + "Now tells you about clipboard copy.", + "A few bug fixes here and there.", + "YABTU.")); log.add(new VersionChangeLog(1, 8, "r1", Uri.parse("https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestones/1.8-r1"), "Improvements on the keyboard preview. Now demos typing.", diff --git a/src/main/play/en-US/whatsnew b/src/main/play/en-US/whatsnew index fe4a44310..a54d09818 100644 --- a/src/main/play/en-US/whatsnew +++ b/src/main/play/en-US/whatsnew @@ -1,5 +1,6 @@ * for BETA release only - Internet permission is used to track crashes. * Better keyboard preview when selecting addons (themes, language, etc.). +* Now tells you about clipboard copy. * A few bug fixes here and there. More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestones/1.8-r2
\ No newline at end of file |
