diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v0.2.0.3
+
+Documentation corrections.
+
 # v0.2.0.2
 
 ## Fixes
diff --git a/pqi-native.cabal b/pqi-native.cabal
--- a/pqi-native.cabal
+++ b/pqi-native.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: pqi-native
-version: 0.2.0.2
+version: 0.2.0.3
 category: Database, PostgreSQL
 synopsis: Native (pure-Haskell) adapter for pqi
 description:
@@ -10,6 +10,13 @@
   isolated in an internal @transport@ sub-library built on @ptr-poker@ and
   @ptr-peeker@; the public library is an abstraction over it that builds the
   @pqi@ @Adapter@.
+
+  __Status: Alpha.__ Verified byte-for-byte against @postgresql-libpq@ via a
+  differential conformance suite, but not yet proven in production. It
+  implements the same @pqi@ interface as
+  [@pqi-ffi@](https://hackage.haskell.org/package/pqi-ffi), the stable
+  C-backed adapter, so the two are fully interchangeable — swapping
+  between them is a one-line @Adapter@ change.
 
 homepage: https://github.com/nikita-volkov/pqi-native
 bug-reports: https://github.com/nikita-volkov/pqi-native/issues
