NEWS
changeset 60868 dd18c33c001e
parent 60841 144523e0678e
child 60920 97c20589a0db
--- a/NEWS	Thu Aug 06 23:56:48 2015 +0200
+++ b/NEWS	Sat Aug 08 10:51:33 2015 +0200
@@ -188,6 +188,11 @@
 * Nitpick:
   - Removed "check_potential" and "check_genuine" options.
 
+* Division on integers is bootstrapped directly from division on
+naturals and uses generic numeral algorithm for computations.
+Slight INCOMPATIBILITY, simproc numeral_divmod replaces and generalizes
+former simprocs binary_int_div and binary_int_mod
+
 * Tightened specification of class semiring_no_zero_divisors.  Slight
 INCOMPATIBILITY.