From 6c3451c10ee0f80c6642e8f7703d1311f4ed5049 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Sat, 18 May 2024 09:24:25 +1000 Subject: [PATCH] Update change log --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 38414a3..873bd40 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## Unreleased +- Fix bug in Grpc-lwt-client to fetch status code from response header ([#58](https://github.com/dialohq/ocaml-grpc/pull/58)) ([acerone85](https://github.com/acerone85)) review by ([@quernd](https://github.com/quernd)) + ## 0.2.0 2023-10-23 - Report HTTP2 error status when it's not OK