0.3.1   Daniel Lintott  <daniel@serverb.co.uk>

    * Fix error when there are no VirtualBox nodes (Fixes #8)

0.3.0  Daniel Lintott  <daniel@serverb.co.uk>

    * Implement snapshot support based upon legacy snapshot system.
      This will not currently work until we can confirm how snapshots will work
      in GNS3 v1.0
    * Change how we retrieve the version number for use in setup.py
    * Tidy up Legacy and JsonTopology classes
    * Add support for converting VirtualBox nodes
    * Ensure node labels are placed in the correct place

0.2.0   Daniel Lintott  <daniel@serverb.co.uk>

    * Implement new JSONTopology class
    * Ignore NOTES that have an interface property (old interface labels)
    * Don't create the project in a subdirectory, get the topology name from
      the project directory and make the input file optional  (Fixes #3)
    * Correct the path for the config files in the converted topology (Fixes #7)
    * Process frame relay interfaces and mappings (Fixes #6)
    * Improve error and debug printing
    * Convert hx and hy values for label positions

0.1.3   Daniel Lintott  <daniel@serverb.co.uk>

    * Fix handling of NOTE text and color (Fixes #4)
    * Correct the logic for handling ConfigObj validation errors
    * Streamline the process of getting the topology sections

0.1.2   Daniel Lintott  <daniel@serverb.co.uk>

    * Correctly handle Windows paths when working on Unix (Fixes #2)

0.1.1   Daniel Lintott  <daniel@serverb.co.uk>

    * Correctly handle NOTE, SHAPE and PIXMAP objects (Fixes #1)

0.1.0   Daniel Lintott  <daniel@serverb.co.uk>

    * Initial release of gns3-converter