Skip to content

Commit 16c941d

Browse files
authored
fix: update readme upgrade guidelines version setting (#1941)
1 parent a91ea76 commit 16c941d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ To request automatic tracing support for a module not on this list, please [file
244244

245245
## Upgrade guidelines
246246

247-
### 0.17.0 to ???
247+
### 0.16.0 to 0.17.0
248248

249249
[PR-1880](https://github.com/open-telemetry/opentelemetry-js/pull/1880) feat(diag-logger): introduce a new global level api.diag for internal diagnostic logging
250250

@@ -291,8 +291,6 @@ diag.setLogger();
291291

292292
```
293293

294-
### 0.16.0 to 0.17.0
295-
296294
[PR-1855](https://github.com/open-telemetry/opentelemetry-js/pull/1855) Use instrumentation loader to load plugins and instrumentations
297295

298296
- Providers do no load the plugins anymore. Also PluginLoader has been removed from providers, use `registerInstrumentations` instead

0 commit comments

Comments
 (0)