Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
v3.0.1 Documentation Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iann838 committed Jan 19, 2021
1 parent 34ccdf4 commit 43d858e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/core/v2tov3.md
Expand Up @@ -61,3 +61,6 @@ List of minor changes in Pyot 3.
### `val.match.MatchPlayerKillData.game_duration` and `val.match.MatchPlayerKillData.round_duration` renamed.
> A more suited attribute name is `game_time`.
> A more suited attribute name is `round_time`.
### region, platform, locale will no longer be lowercase forever.
> For scenario where you need to validate against a database in choices (e.g. Django's ORM `choices` param), just `.lower()` instead.

0 comments on commit 43d858e

Please sign in to comment.