Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Mar 1, 2016
1 parent dcba079 commit 4356ec8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Application/LinkBubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
// Manifest version information!
def versionMajor = 1
def versionMinor = 9
def versionPatch = 1
def versionPatch = 2
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin:'com.android.application'
Expand Down
7 changes: 7 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.2">
<change>NEW: Setting to control 3rd party cookie blocking (default is on).</change>
<change>BUG FIX: Fix loading articles on forbes.com.</change>
<change>BUG FIX: Fix loading indicator and theme colors not getting reset when the URL changes within a bubble.</change>
<change>BUG FIX: URL input view now respects theme preferences.</change>
<change>BUG FIX: Fix crashes in native libraries.</change>
</release>
<release version="1.9.1">
<change>NEW: Setting to control 3rd party cookie blocking (default is on).</change>
<change>BUG FIX: Fix loading articles on forbes.com.</change>
Expand Down

1 comment on commit 4356ec8

@bbondy
Copy link
Member

@bbondy bbondy commented on 4356ec8 Mar 2, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.