From 10c5a3188e5e2ba73db6c77958637f7905906445 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Wed, 10 Aug 2022 18:12:31 +0800 Subject: [PATCH] Add experimental notice to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83534b8..bb85729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - `WithSQLCommenter` option to enable context propagation for database by injecting a comment into SQL statements. (#112) + This is an experimental feature and may be changed or removed in a later release. + ## [0.15.0] - 2022-07-11 ### ⚠️ Notice ⚠️