From 85ae23ddc835bae86b475ebbfe5a6bc490474b34 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Thu, 22 Sep 2016 09:58:59 -0700 Subject: [PATCH 1/2] Updating link in readme We renamed Examples to samples, but forgot to update the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 588fb14..417e5be 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,6 @@ sourceWB.save() -###[Examples](Examples) +###[Examples](samples) The downloadable package contains several example scripts that show more detailed usage of the Document API. From 30fe139f78da36ca252d036b438aa898a73d7d69 Mon Sep 17 00:00:00 2001 From: Russell Hay Date: Fri, 7 Oct 2016 10:05:49 -0700 Subject: [PATCH 2/2] Adding #80 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f78464..b53abc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Add ability to remove repository location (#86) * Fixed bug in connection parsing when federated connections are present (#87) +* Fixed bug in UNICODE support (#80) ## 0.3 (31 August 2016)