Fixed net_bind() for specified IP addresses on little endian systems
diff --git a/ChangeLog b/ChangeLog
index fa54120..f5d6b4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
    * Corrected GCM counter incrementation to use only 32-bits instead of
      128-bits (found by Yawning Angel)
    * Fixes for 64-bit compilation with MS Visual Studio
+   * Fixed net_bind() for specified IP addresses on little endian systems
 
 Changes
    * Internally split up rsa_pkcs1_encrypt(), rsa_pkcs1_decrypt(),