* llist-0.3 (2012-02-22)

  - fixed neighbour references (prev and next) in dangling nodes
  - implemented clear() method in dllist and sllist
  - implemented rotate() method in dllist and sllist
  - fixed reference counting of list weakrefs
  - fixed segmentation fault when removing a node that does not belong
    to the list (issue #1)
  - implemented extend(), extendleft() and extendright() methods in
    dllist and sllist
  - changed insert_before() to insertbefore() and insert_after() to
    insertafter()

-----------------------------------------------------------------------

* llist-0.2 (2011-12-30)

  - subscript operator `lst[x]` now directly returns values stored
    in the list, not dllistnode objects
  - implemented nodeat() method in dllist and sllist
  - fixed segmentation faults in sllist.insert and sllist.delete
    methods
  - added missing Py_DECREFs to sllist
  - added concatenation and in-place concatenation operator
  - added repeat operator
  - added hash() support

-----------------------------------------------------------------------

* llist-0.1 (2011-12-26)

  Initial release
