Fix #77200.
[mono.git] / mcs / mcs / ChangeLog
index eecf7e119db2de9763348b187bc511002c8f413f..fa18e7b046b4763c1d1d9e992cbea489255e200c 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-11  Raja R Harinath  <rharinath@novell.com>
+
+       Fix #77200.
+       * cfold.cs (BinaryFold): Implement folding of BinaryOr, BinaryAnd
+       and ExclusiveOr for boolean constants too.
+
 2006-01-09  Raja R Harinath  <rharinath@novell.com>
 
        Fix #75636.