better comment


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@35 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/ChangeLog b/ChangeLog
index 15631be..55d97ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
 
-0.8.12:	2004-Jun-14
+0.8.12:	2004-Jun-17
 
-	* RELATIVE-OID and OBJECT IDENTIFIER decoders are not bound
-	  anymore to an integer type of specific size (unsigned long).
+	* RELATIVE-OID and OBJECT IDENTIFIER encoders/decoders are not bound
+	  anymore to an integer type of specific size (unsigned long). The
+	  size of an integer must be provided explicitly.
+	  See {OBJECT_IDENTIFIER|RELATIVE_OID}_{get|set}_arcs().
 	* SEQUENCE BER decoder fixed again for complex CHOICE case
 	  (Test case 44) (Severity: medium, Security impact: low).