Skip to content

Commit

Permalink
update CHANGELOG to reflect being somewhat experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Nov 13, 2024
1 parent a038d34 commit 93e02c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ starter.start()
+
We'd like to remove the `HttpServerStarter` altogether, so let us know if you're still using it for some reason.

* https://github.com/oxidecomputer/dropshot/pull/1115[#1115] Dropshot now supports hosting multiple versions of an API at a single server and routing to the correct version based on the incoming request. See documentation for details. If you don't care about this, you can mostly ignore it, but see "Breaking Changes" below.
* https://github.com/oxidecomputer/dropshot/pull/1115[#1115] Dropshot now includes **experimental** support for hosting multiple versions of an API at a single server and routing to the correct version based on the incoming request. See documentation for details. If you don't care about this, you can mostly ignore it, but see "Breaking Changes" below.
+
By "experimental" we only mean that the API may change in upcoming releases.

=== Breaking Changes

Expand Down

0 comments on commit 93e02c1

Please sign in to comment.