NEWS
changeset 34974 18b41bba42b5
parent 34962 807f6ce0273d
child 35009 5408e5207131
child 35027 ed7d12bcf8f8
--- a/NEWS	Thu Jan 28 11:48:43 2010 +0100
+++ b/NEWS	Thu Jan 28 11:48:49 2010 +0100
@@ -12,6 +12,11 @@
 
 *** HOL ***
 
+* new theory Algebras.thy contains generic algebraic structures and
+generic algebraic operations.  INCOMPATIBILTY: constants zero, one,
+plus, minus, uminus, times, inverse, divide, abs, sgn, less_eq and less
+have been moved from HOL.thy to Algebras.thy.
+
 * HOLogic.strip_psplit: types are returned in syntactic order, similar
 to other strip and tuple operations.  INCOMPATIBILITY.