grim/convey

Some more changelog cleanups

2020-03-02, Gary Kramlich
b8374af75d3e
Parents 750302e63d63
Children caaa37f86aea
Some more changelog cleanups
  • +2 -1
    ChangeLog
  • --- a/ChangeLog Mon Mar 02 21:53:09 2020 -0600
    +++ b/ChangeLog Mon Mar 02 22:47:59 2020 -0600
    @@ -28,7 +28,6 @@
    * Deleted all existing images.
    * Deprecated docker/import and docker/export and replaced them with
    convey/import and convey/export.
    - * Only create a network if we have a run task.
    * Removed deprecated command line options: --graphviz, --list-environment,
    --list-meta-plans, --list-plans, --list-tasks, and --config.
    * Removed the network since it doesn't actually protect the host from the
    @@ -40,6 +39,8 @@
    * Removed deprecated tasks formats. All tasks types must be defined via the
    type attribute now.
    * Added the convey/subtask task to simplify some configurations.
    + * Removed the tasks from the list plans output.
    + * Removed the plans from the list metaplans output.
    0.13.1: 20180114
    * Write warning, error, and fatal log messages to stderr. Fixed #156