Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Shahar committed Jan 6, 2021
1 parent 39e1bfa commit bb80f26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.1.1
- Changes to the `manifest-dev-tool update` command:
- Add `--use-short-url` option. Using this option decreases manifest size.
**Note:** The device must be configured to use CoAP.
- Add `--gw-preset` option, which enables presetting an access key in a `.pelion-dev-presets.yaml` file in the home directory.
- Print campaign summary on tool exit.
- Improve the tool help and the `README.md`.

## 2.1.0
- Stop using deprecated `mbed-cloud-sdk` package
- Introduce support for `upload-jobs` for uploading FW image - allow
Expand Down
3 changes: 2 additions & 1 deletion manifesttool/dev_tool/actions/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def register_parser(parser: argparse.ArgumentParser,
optional.add_argument(
'-u', '--use-short-url',
action='store_true',
help='Use a short candidate payload URL in the manifest.'
help='Use a short candidate payload URL in the manifest. '
'Note: the device must be configured to use CoAP.'
)
optional.add_argument(
'-m', '--sign-image',
Expand Down

0 comments on commit bb80f26

Please sign in to comment.