aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaurent Théry2018-10-25 09:39:13 +0200
committerGitHub2018-10-25 09:39:13 +0200
commitf807c7799283209c26b1a6131db8759e955e9b98 (patch)
treeab74d918bbbaf563c0d786c9a4a24b20e111dd2c /ChangeLog
parent5f8d45b54aa98732ec3de43d91814459d5a2f2e4 (diff)
parent044634dcc2f645e3afbdad6cb8dcc66f3eb4a87e (diff)
Merge pull request #217 from CohenCyril/allsigs
Adding `allsigs`, the dependent version of `allpairs`
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6ea65f..a9650bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
??/??/???? - version 1.7.1
+
* Added companion matrix of a polynomial `companionmx p` and the
theorems: companionmxK, map_mx_companion and companion_map_poly
+ * Added allsigs, the dependent version of allpairs,
+ with notation `[seq E | i <- s & j <- t]`
+
* Added all_iff, "the following are all equivalent"
with notation [<-> P0; P1; ..; Pn] and theorems
`all_iffLR` and coercion `all_iffP` (see header for doc)