Skip to content

Commit fb4103e

Browse files
committed
chore(APM): Fix typo
1 parent d3438c6 commit fb4103e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-110100.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ releaseDate: '2025-11-03'
44
version: 11.1.0
55
downloadLink: 'https://pypi.python.org/pypi/newrelic'
66
features: ['Add new environment variables for attribute filter settings', 'Add support for async generators in transaction decorators', 'Add support for additional models in AWS Bedrock', 'Add instrumentation for new methods in AWS Kinesis', 'Add support for Python 3.14']
7-
bugs: ['Fix a bug in aiomysql which caused RecursionError when using ConnectionPool', 'Fix a bug where properties were not properly passed in the producer for kombu", 'Fix an error when shutdown_agent is called from within the harvest thread']
7+
bugs: ['Fix a bug in aiomysql which caused RecursionError when using ConnectionPool', 'Fix a bug where properties were not properly passed in the producer for kombu', 'Fix an error when shutdown_agent is called from within the harvest thread']
88
---
99

1010
## Notes

0 commit comments

Comments
 (0)