From 23720db143252ffe4913994b673d2e48a38a0613 Mon Sep 17 00:00:00 2001 From: Christopher Warrington Date: Mon, 4 Feb 2019 15:54:10 -0800 Subject: [PATCH] Update changelog with PR #954 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04433c0fbd..667e4ac30a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,9 @@ different versioning scheme, following the Haskell community's ### C++ ### * gRPC v1.17.1 is now required to use Bond-over-gRPC. +* Fixed an ambigious `HexDigit` overload compilation error when + compiling with some versions of GCC. ([Pull request + #954](https://github.com/Microsoft/bond/pull/954)) ### C# ###