-----

0.0.5    2024-09-24
    [Added]
       * Documentation
    [Fixed]
       * Syntax error in Stream.pm
    [Removed]
       * Unused methods "register_stream" and "unregister_stream"

0.0.4    2024-09-23
    [Added]
       * Methods returning streams ($volume->upload; $volume->download)
       * Methods linking to protocol messages with '@generator: none'
       * Dependency on Sublike::Extended for easier and faster named
         argument processing
    [Fixed]
       * Weak callback references, allowing callbacks to be cleaned up
         when references are dropped by user code
       * Instantiation of StorageVol and Secret objects in API return values
    [Changed]
       * Lots of improvements in 'fill-templates' (entrypoint generator)
    [Removed]
       * Various debugging statements

0.0.3    2024-09-20
    [Added]
       * Mention related C header file in list of unimplemented entry points
       * Whitelist some entry points for generation, despite being marked
         'server' or 'none'
       * List intentionally unimplemented entry points (in Domain.pm
         only for now)
    [Changed]
       * Methods linked to functions in the C header 'src/libvirt_internal.h'
         prefixed with '_', making them internal by convention
    [Fixed]
       * POD tests should not run on CPANtesters (AUTHOR_TESTING)

0.0.2    2024-09-18
    [Fixed]
       * POD errors
       * Some 'return value count' (maxnames, maxuuids, etc) parameters
         not correctly hard-coded
    [Added]
       * Query 'nparams' parameter from the server
         before requesting 'params', for those APIs that don't accept
         an 'nparams' value of *_MAX
       * Mapping of the last two entry points which use a (hard-coded)
         'need_results' argument
    [Changed]
       * Alphabetic sorting of list of entrypoints not yet implemented
       * Function signatures dropped 'nparams' argument, instead hard-coding
         or dynamically querying the value from the server

0.0.1    2024-09-15
    Initial release