changeset 11483:66309af67746

ChangeLog fix
author John W. Eaton <jwe@octave.org>
date Tue, 11 Jan 2011 05:17:26 -0500
parents 3c323dde0f85
children cda6044447a0
files scripts/ChangeLog
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -12,7 +12,7 @@
 
 	* general/private/__isequal__.m: Use builtin ("struct", ...) to
 	convert objects to a structs to avoid possible overloading of
-	the struct function.
+	the struct function.  Bug #32071.
 
 2011-01-09  Rik  <octave@nomad.inbox5.com>