* pyllist-0.1.1 (2013-03-02)

  Values stored in nodes are mutable.

  Added new iteration methods:
    - lst.iternodes(to) to iterate over nodes instead of values;
    - node.iternext(to) and node.iterprev(to) to iterate from a given node to the tail or head
    of the list (or a node specified in the argument 'to').
  An example of usage can be found in ./examples/insertion_sort.py

  lst.insert() has new attribute [after] in addition to the existing [before]


* pyllist-0.1 (2012-01-01)

  Initial release
