Skip to content

Commit 5996ff4

Browse files
author
Kevin Paulisse
committed
Use HTML
1 parent cce88a4 commit 5996ff4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<td>0.99.0rc1</td>
1212
<td>2017-xx-xx</td>
1313
<td>
14-
This is a release candidate for `octocatalog-diff` version 1.0. Please use caution before using this in a production environment. Report any problems to us as [issues](https://github.com/github/octocatalog-diff/issues/new).
14+
This is a release candidate for `octocatalog-diff` version 1.0. Please use caution before using this in a production environment. Report any problems to us as <a href="https://github.com/github/octocatalog-diff/issues/new">in a new issue</a>.
1515

1616
<h4>New Features</h4>
1717

18-
The most significant change in version 1.0 is the addition of the [V1 API](/doc/dev/api.md), which permits developers to build catalogs (`--catalog-only`) and compare/diff catalogs using octocatalog-diff. Under the hood, we've rearranged the code to support these APIs, which should also improve the reliability and allow faster development cycles.
18+
The most significant change in version 1.0 is the addition of the <a href="./dev/api.md">V1 API</a>, which permits developers to build catalogs (<code>--catalog-only</code>) and compare/diff catalogs using octocatalog-diff. Under the hood, we've rearranged the code to support these APIs, which should also improve the reliability and allow faster development cycles.
1919

2020
<h4>Breaking Changes</h4>
2121

22-
The format of the output from `--output-format json` has changed. In version 0.x of the software, each difference was represented by an array. In version 1.x, each difference is represented by a hash with meaningful English keys. We have added an option `--output-format legacy_json` if anyone depends upon the output in the old format.
22+
The format of the output from <code>--output-format json</code> has changed. In version 0.x of the software, each difference was represented by an array. In version 1.x, each difference is represented by a hash with meaningful English keys. We have added an option <code>--output-format legacy_json</code> if anyone depends upon the output in the old format.
2323

2424
</td>
2525
</tr>

0 commit comments

Comments
 (0)