diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2b80cba..b2750ccb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,16 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## Unreleased
+
+- [#60](https://github.com/bobozaur/sqlx-exasol/pull/60): Remove obsolete documentation
+ - Removes the documented limitation that `sqlx-exasol` and `sqlx` cannot be used within the same crate when macros are involved.
+
## [0.9.2] - 2026-01-23
### Fixed
- [#59](https://github.com/bobozaur/sqlx-exasol/pull/59): More closely mimic sqlx feature flags
- - mimic `sqlx` feature flags more closely to avoid surprises
- - fix `docs.rs` build
- - add `cargo docs-rs` CI job
- - selective re-exports from `sqlx` and `sqlx-core`
- - add latest Exasol IO tests to publish workflow
+ - Mimic `sqlx` feature flags more closely to avoid surprises
+ - Fix `docs.rs` build
+ - Add `cargo docs-rs` CI job
+ - Selective re-exports from `sqlx` and `sqlx-core`
+ - Add latest Exasol IO tests to publish workflow
## [0.9.1] - 2026-01-22
diff --git a/README.md b/README.md
index 6ada5608..89806820 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,6 @@ it can do all the drivers shipped with `sqlx` do, with some caveats:
- Limitations
- separate CLI utility (`sqlx-exasol` instead of `sqlx`)
- - compile time query macros cannot work along the ones from `sqlx` within the same crate
- no locking migrations support[1](#no_locks)
- no column nullability checks[2](#nullable)
diff --git a/src/lib.md b/src/lib.md
index 3c2fdbe5..f6819c7f 100644
--- a/src/lib.md
+++ b/src/lib.md
@@ -33,7 +33,6 @@ it can do all the drivers shipped with `sqlx` do, with some caveats:
- Limitations
- separate CLI utility (`sqlx-exasol` instead of `sqlx`)
- - compile time query macros cannot work along the ones from `sqlx` within the same crate
- no locking migrations support[1](#no_locks)
- no column nullability checks[2](#nullable)