When generating changelog, python compares current code with last SDK version no matter the version is beta version or not. For other languages:
- Java: If current version is beta, compare with last version; if stable, compare with last stable version
- Go: same with Java
- Js: always compare with last stable version
Python shall adopt one of up categories.
When generating changelog, python compares current code with last SDK version no matter the version is beta version or not. For other languages:
Python shall adopt one of up categories.