NEWS
changeset 60020 065ecea354d0
parent 60010 5fe58ca9cf40
child 60025 d84b355f341f
--- a/NEWS	Sat Apr 11 16:19:59 2015 +0100
+++ b/NEWS	Sat Apr 11 22:18:33 2015 +0100
@@ -261,6 +261,10 @@
 * Classes cancel_ab_semigroup_add / cancel_monoid_add specify explicit
 additive inverse operation. INCOMPATIBILITY.
 
+* Complex powers and square roots. The functions "ln" and "powr" are now
+  overloaded for types real and complex, and 0 powr y = 0 by definition.
+  INCOMPATIBILITY: type constraints may be necessary.
+
 * The functions "sin" and "cos" are now defined for any type of sort
 "{real_normed_algebra_1,banach}" type, so in particular on "real" and
 "complex" uniformly. Minor INCOMPATIBILITY: type constraints may be