X-Git-Url: https://projects.mako.cc/source/rubyvote/blobdiff_plain/3e470ed71e090d516690186c4b7fd95405fd51ea..1723e5c01789f5240a148a4671492de6a7438abd:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index dafd72f..1021e4d 100644 --- 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.