Skip to content

Commit 3bd71f4

Browse files
committed
docs: add changelog for convert schema
1 parent 6cadcbd commit 3bd71f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Improve footer display when the terminal width is narrow. (#96)
66
- Show section name when using toml objects and arrays. (#98)
77
- Support [hcl](https://github.com/hashicorp/hcl). (#99)
8+
- Add `--to` or `-o` command line option, to convert current data to another schema. (#100)
9+
- For example, convert current data from JSON to TOML: `otree /path/to/file.json -o toml`.
10+
- This will print TOML content to stdout.
811
- Upgrade various dependencies.
912

1013
## v0.6.0

0 commit comments

Comments
 (0)