<u>**Changes:**</u>
*0.5.3*
- Adds `__len__` dunder to `Manifest`.
- Adds some warnings in docs and new question to FAQ.
*0.5.2*
- Rewrites README and docs. landing page.
- Adds `Photo.read()` and `Photo.save()`.
- `AlterClient` is now documented.
- Adds `AlterClient.get_raw_response()`.
*0.5.1*
- `Client` now has an alias: `AsyncClient`.
- Fixes `TypeError` bug in`await Client.get_photo_by_earthdate()` and
`await Client.get_latest_photo()`.
- Adds `AlterClient.get_mission_status()`, `AlterClient.get_photo_by_sol()`,
`AlterClient.get_photo_by_earthdate()`, `AlterClient.get_latest_photo()`,
`AlterClient.close()`.
- Adds `AlterClient` (alias: `SyncClient`) for synchronous HTTP requesting.
------------