Major version bumps should be reserved for API-breaking releases or significant changes in functionality. Minor versions should be used for all other bug fixes and new options.
- ADDED: New feature usually optional and non-breaking
- REMOVED: Functionality removed, reserved for major version bumps
- BUGFIX: Regression fixed, usually with additional test coverage
- CHANGE: Behavior change of existing functionality, reserved for major version bumps
- ADDED Added truncate message method
- ADDED Added the vobject library (stripping it down to just the vcard class).
- BUGFIX Fix the correct encoding in py2 and py3 for unicode characters outside the BMP
- BUGFIX Fix
total_segment_length
calculation for UCS-2 encoding - BUGFIX Calculate MMS properties similar to how UCS-2 encoding is calculated
- ADDED Add a "max_segment_size" field in the profile response.
- BUGFIX Fix the "message" in the segment body
- BUGFIX: Better handling of utf-8 encoded strings.
- ADDED: Add support for message normalization.
- ADDED: Add this changelog.
- Initial release.