Skip to content

Commit d0adbd4

Browse files
committed
Fix duplicated line from 2.5.0 entry
1 parent dc964b3 commit d0adbd4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:
88

99
- Maksim Kurnakov _([GitHub](https://github.com/kurnakovv))_
10-
- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_
1110

1211
### Features Added
1312

@@ -32,7 +31,6 @@ Thank you to our developer community members who helped to make the OpenAI clien
3231
- Go to the OpenAI.Chat and OpenAI.Responses section in this changelog for examples that can be extrapolated to Embeddings.
3332
- OpenAI.Responses:
3433
- Added the `Minimal` property to `ResponseReasoningEffortLevel`. _(A community contribution, courtesy of [kurnakovv](https://github.com/kurnakovv))_
35-
- Added the `Model` property to `OpenAIResponseClient`. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
3634
- Added the `ContainerFileCitationMessageAnnotation` class which is derived from `ResponseMessageAnnotation` and is used to cite files in the container of the Code Interpreter tool.
3735
- Enabled support for the Image Generation tool, which can be used to generate images using models like `gpt-image-1`.
3836
- Users can add the new `ImageGenerationTool` to the `Tools` property of their `ResponseCreationOptions` and configure it using properties such as `Background`, `Quality`, `Size`, and more.
@@ -70,10 +68,16 @@ Thank you to our developer community members who helped to make the OpenAI clien
7068

7169
## 2.5.0 (2025-09-23)
7270

71+
### Acknowledgments
72+
73+
Thank you to our developer community members who helped to make the OpenAI client library better with their contributions to this release:
74+
75+
- Benjamin Pinter _([GitHub](https://github.com/BenjaminDavidPinter))_
76+
7377
### Features Added
7478

7579
- OpenAI.Responses:
76-
- Added the `Model` property to `OpenAIResponseClient`.
80+
- Added the `Model` property to `OpenAIResponseClient`. _(A community contribution, courtesy of [BenjaminDavidPinter](https://github.com/BenjaminDavidPinter))_
7781
- Added the `ServiceDescription` property to `McpTool`.
7882
- Enabled support for connectors, which are OpenAI-maintained MCP wrappers for popular services like Microsoft Outlook or Dropbox.
7983
- Added the `ConnectorId` property to `McpTool`.

0 commit comments

Comments
 (0)