~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**
- add S3 only backend in ``s3_only_backend.py`` module. It doesn't require DynamoDB table.
- the old ``core.py`` module is renamed to ``s3_and_dynamodb_backend.py`` module. The old API is kept intentionally for backward compatibility. However, it is scheduled to be removed in 1.X.Y release.
- suggest to use ``from versioned import api as versioned``, then use ``versioned.s3_and_dynamodb_backend`` or ``versioned.s3_only_backend`` to access the backend.
**Minor Improvements**
- improve test for ``s3_and_dynamodb_backend``.