diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 0b7fb187..db875307 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -3784,12 +3784,24 @@ or
in the Recoll Ubuntu Unity Lens and Recoll Web UI.
The API is inspired by the Python database API
- specification, version 1.0 for &RCL; versions up to 1.18,
- version 2.0 for &RCL; versions 1.19 and later. The package
- structure changed with &RCL; 1.19 too. We will mostly
- describe the new API and package structure here. A paragraph
- at the end of this section will explain a few differences
- and ways to write code compatible with both versions.
+ specification. There were two major changes in recent &RCL;
+ versions:
+
+ The basis for the &RCL; API changed from Python
+ database API version 1.0 (&RCL; versions up to 1.18.1),
+ to version 2.0 (&RCL; 1.18.2 and later).
+ The recoll module became a
+ package (with an internal recoll
+ module) as of &RCL; version 1.19, in order to add more
+ functions. For existing code, this only changes the way
+ the interface must be imported.
+
+
+
+ We will mostly describe the new API and package
+ structure here. A paragraph at the end of this section will
+ explain a few differences and ways to write code
+ compatible with both versions.
The Python interface can be found in the source package,
under python/recoll.