Skip to content

Commit a0ef768

Browse files
committed
Update README.md
1 parent 56f163e commit a0ef768

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66
- Add `v3.v3_0_3.util` for users who still wants to use v3.0.3 OpenAPI with `PydanticSchema`
77

8+
89
## v1.2.0 - 2021-06-28
910

1011
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ Please refer to the following for more info:
279279

280280
### Use OpenAPI 3.0.3 instead of 3.1.0
281281

282-
Some UI renderings (e.g. Swagger) still does not support OpenAPI 3.1.0,
283-
so user may still use the 3.0.3 version by importing from different paths:
282+
Some UI renderings (e.g. Swagger) still do not support OpenAPI 3.1.0.
283+
It is allowed to use the old 3.0.3 version by importing from different paths:
284284

285285
```python
286286
from openapi_schema_pydantic.v3.v3_0_3 import OpenAPI, ...

0 commit comments

Comments
 (0)