From 61e73f7327ceb35988cca3949f17687dd11bf690 Mon Sep 17 00:00:00 2001 From: John Gemignani Date: Fri, 21 Apr 2023 11:45:39 -0700 Subject: [PATCH] Correct RELEASE notes Corrected the RELEASE notes. One entry was pointing to an incorrect pull request. --- RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index 468f0eaa2..cb6f0de25 100644 --- a/RELEASE +++ b/RELEASE @@ -46,7 +46,7 @@ Implement plus-equal operator in SET clause. (#638) Implement CI test for python driver. (#587) Move from travis CI to github actions for build. (#673) Update all driver CIs to Github actions. -Fix build warnings. (#709) +Fix build warnings. Updated Readme for drivers folder. (#642) Removed async from function definitions. (#680) Barbell graph generation (#648) and Barbell regress tests. (#708)