diff --git a/CHANGELOG.md b/CHANGELOG.md
index f73bb50df..75796e240 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
* New device: Liveview
* Liveview: initial support (set the time and receive notifications)
* Pebble: log pebble app logs if option is enabled in pebble development settings
+* Pebble: notification icons for more apps
+* Pebble: Further improve compatibility for watchface configuration
####Version 0.14.4
* Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings
diff --git a/app/src/main/res/xml/changelog_master.xml b/app/src/main/res/xml/changelog_master.xml
index e31694aba..53f3bef18 100644
--- a/app/src/main/res/xml/changelog_master.xml
+++ b/app/src/main/res/xml/changelog_master.xml
@@ -4,6 +4,8 @@
New device: Liveview
Liveview: initial support (set the time and receive notifications)
Pebble: log pebble app logs if option is enabled in pebble development settings
+ Pebble: notification icons for more apps
+ Pebble: Further improve compatibility for watchface configuration
Pebble 2/LE: Fix multiple bugs in reconnection code, honor reconnect tries from settings