From acb5c50304a8d4545ed646e6680134666f4fc29d Mon Sep 17 00:00:00 2001 From: Nic Pottier Date: Sun, 6 Oct 2019 16:37:40 -0700 Subject: [PATCH] Update CHANGELOG.md for v1.0.50 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6bb5b..dcd4f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.0.50 +---------- + * Fix formatting of country code in out-of-country format (thanks @janh) + * Fix FormatInOriginalFormat for numbers with national prefix (thanks @janh) + * Fix panic due to calling proto.Merge on nil destination (thanks @janh) + v1.0.49 ---------- * fix Makefile for phoneserver