NEWS
changeset 71957 3e162c63371a
parent 71956 a4bffc0de967
child 71959 ee2c7f0dd1be
child 71962 23398ed3aecf
--- a/NEWS	Thu Jun 18 09:07:30 2020 +0000
+++ b/NEWS	Thu Jun 18 09:07:30 2020 +0000
@@ -50,8 +50,12 @@
 
 * Library theory "Bit_Operations" with generic bit operations.
 
-* Session HOL-Word: Bit operations are based on library
-theory "Bit_Operations".  INCOMPATIBILITY.
+* Session HOL-Word: Type word is restricted to bit strings consisting
+of at least one bit.  INCOMPATIBILITY.
+
+* Session HOL-Word: Bit operations NOT, AND, OR, XOR are based on
+generic algebraic bit operations from HOL-Library.Bit_Operations.
+INCOMPATIBILITY.
 
 * Session HOL-Word: Compound operation "bin_split" simplifies by default
 into its components "drop_bit" and "take_bit".  INCOMPATIBILITY.