diff --git a/ChangeLog.txt b/ChangeLog.txt
index c64373ea..fa89062a 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -31,6 +31,10 @@ Clients:
- Fix MQTT v5 clients not being able to specify a password without a username.
Closes #1274.
+Documentation:
+- Remove references to Python binding and C++ wrapper in libmosquitto man
+ page. Closes #1266.
+
1.6.2 - 20190430
================
diff --git a/man/libmosquitto.3.xml b/man/libmosquitto.3.xml
index 0048ee4a..1aa308ad 100644
--- a/man/libmosquitto.3.xml
+++ b/man/libmosquitto.3.xml
@@ -18,11 +18,10 @@
Description
This is an overview of how to use libmosquitto to create MQTT
aware client programs. There may be separate man pages on each of the
- functions described here in the future. There is also a binding for
- libmosquitto for C++ and a Python implementation. They are not
- documented here but operate in a similar way.
- This is fairly incomplete, please see mosquitto.h for a better
- description of the functions.
+ functions described here in the future.
+ This man page is woefully incomplete, please see the comments
+ in mosquitto.h for missing functions and a description of the
+ functions.