diff --git a/docs/my-website/release_notes/v1.73.0-stable/index.md b/docs/my-website/release_notes/v1.73.0-stable/index.md index fa5a202022..307fecc36d 100644 --- a/docs/my-website/release_notes/v1.73.0-stable/index.md +++ b/docs/my-website/release_notes/v1.73.0-stable/index.md @@ -66,7 +66,8 @@ pip install litellm==1.73.0.post1 * **Risk of Upgrade** - **Low** - No major breaking changes to existing functionality. - +- **Major Changes** + - `User Agent` will be auto-tracked as a tag in LiteLLM UI Logs Page. This means for all LLM requests you will see a `User Agent` tag in the logs page. ---