Change List
-----------

* 2015-08-11 (Version 1.1.2)

    - Fix nsec3_chain and nsec_chain to not complain "Chain not ordered 
      correctly" when the zone has a single NSEC(3).

* 2015-08-04 (Version 1.1.1)

    - Oops, forgot to update this change list for 1.1.0!  :p

* 2015-08-04 (Version 1.1.0)

    - Alter dns_sprockets_lib.dns_utils.calc_node_names to accept a bool flag
      'ents_too' and a dns.name.Name 'zone_name' to properly calculate empty
      non terminals (when ents_too is True, which is when the zone under
      scrutiny is an NSEC3-style zone; otherwise ENT's are not needed).  The
      updated calc_node_names should properly account for all ENT's, not just
      those implied by wildcards.

* 2015-07-15 (Version 1.0.4)

    - Convert rest of funciton/method docstrings to sphinx-style.
    - Fix test_rrsig_orphan unit test.

* 2015-07-09 (Version 1.0.3)

    - Add some more "Sample Usage" in README.rst.
    - Add "Developer Information" section in README.rst.
    - Switch some function/method docstrings to sphinx-style (more to do...)
    - New utils.process_optargs() function contains common code.

* 2015-07-08 (Version 1.0.2)

    - More fix "Sample Usage" example in README.rst.
    - Change project homepage to ultradns GitHub group.

* 2015-07-07 (Version 1.0.1)

    - Fix "Sample Usage" example in README.rst.

* 2015-07-06 (Version 1.0.0)

    - Initial GitHub/PyPI version.
    - Loaders/validators framework completed.
    - From-file and from-XFR zone loaders present.
    - Some validators (focus mainly on DNSSEC-types) present.
    - Nosetests added for code, loaders, and validators.
