From 0b34935959cb2d6d2e99b5814e9dd733d2c6b105 Mon Sep 17 00:00:00 2001 From: Louis Thibault <9452561+lthibault@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:34:57 -0500 Subject: [PATCH] Update README.md Mention progress towards Level 3 RPC support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3b78dd7..826dc45b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This package provides: - Runtime support for the Go language - Level 1 support for the [Cap'n Proto RPC](https://capnproto.org/rpc.html) protocol -Support for Level 3 RPC is [planned](https://github.com/capnproto/go-capnproto2/issues/160). +Support for Level 3 RPC is a [work in progress](https://github.com/capnproto/go-capnp/issues/597). ## Getting Started