packages feed

wumpus-tree-0.9.0: CHANGES

0.8.0 to 0.9.0:

  * Stopped re-exporting @DrawingContext@ from Wumpus-Basic in 
    the module Wumpus.Tree. Clients must now import 
    @Wumpus.Basic.Graphic@ to get the @DrawingContext@ type and 
    the constructor @StandardContext@.

  * Internal changes to track updates to Wumpus-Basic.
 
0.7.0 to 0.8.0:

  * Changed drawTreePicture to use the @ScalingContext@ datatype
    from Wumpus.Basic. The type @ScaleFactors@ is now a type
    synonym for @SalingContext@ operation on all Doubles. 
 
  * Added an alternative drawing style /family tree/.
 
0.6.0 to 0.7.0:
 
  * More example trees in Demo01.hs.

  * Updated to track changes in Wumpus-Basic.

0.5.0 to 0.6.0:
 
  * Updated to track changes in Wumpus-Basic.

0.4.0 to 0.5.0:

  * Updated to track changes in Wumpus-Basic. Nothing new.

0.3.0 to 0.4.0:

  * Updated to track changes in Wumpus-Basic. Nothing new.


0.2.0 to 0.3.0

  * Updated to track changes in Wumpus-Basic. No new 
    functionality.

0.1.0 to 0.2.0:

  * Changed internals to use ConsDrawing monad as Wumpus-Basic
    has changed.

  * Internal change to use AGraphic rather than MGraphicF 

0.1.0:

  * First release.