Add testcase for non-string plurality vote candidates
[rubyvote] / NEWS
diff --git a/NEWS b/NEWS
index dafd72f8562c1023993d6e3d9abc654b2011f6d4..1021e4d8723cb7a7fc9bb16c75fb9db96490db42 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,6 @@
+2007-05-04: Condorcet votes can now properly handle votes expressing
+equivalency between candidates. Viz. [1, [2, 3], 4] indicates that
+options 2 and 3 are equally preferred, both coming after 1 and before 4.
+
 2007-04-22: PureCondorcetVote now returns a one-dimensional array from
 its #winners method, rather than an array within an array.
 2007-04-22: PureCondorcetVote now returns a one-dimensional array from
 its #winners method, rather than an array within an array.

Benjamin Mako Hill || Want to submit a patch?