diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index b9a5cb7ff69afabfc11cd9515b8bd0da52289c5a..eff9c31829909bd8a36b1d139fb0d75049f7c414 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -61,6 +61,11 @@ Details    : When updating lov_desc members via proc fs, need fix their
 	 	'tunefs.lustre --param="mdt.quota_type=ug1" $MDTDEV'.
 	 For more information, please refer to bugzilla 13904.
 
+Severity   : normal
+Bugzilla   : 15036
+Description: incore types cleaning in quota code (with respect to 64-bit limits)
+Details    : several u32 variables declarations are replaced with u64 declarations
+
 Severity   : normal
 Bugzilla   : 15069
 Description: don't put request into delay list while invalidate in flight.