Updates history for v5.0.1 (merge to branch)

This commit is contained in:
Casey Klein 2010-07-20 18:58:58 -05:00
parent 6ffa068e1e
commit 56b74c0712

View File

@ -1,9 +1,13 @@
v5.0.1
* changed the matching of `where' clauses in a
backwards-incompatible way. Previously, pattern variables bound by
a `where' left-hand side shadowed bindings from earlier clause's
a `where' left-hand side shadowed bindings from earlier clauses
and the case's left-hand side; now, `where' clauses match only
when their bindings match the existing ones.
* fixed minor bugs
v5.0
* added an optional term-equivalence predicate to the test--> and