===================
Documentation
-------------
- use ``towncrier`` to handle change log entries (`1068
<https://github.com/spacetelescope/crds/issues/1068>`_)
General
-------
- Default context changed from "operational" to "latest". For JWST, the default context is the "build" context as determined by locally installed calibration software version. This can be overridden if CRDS_CONTEXT environment variable is explicitly set by user. [1076]
- Setting environment variable `CRDS_CONTEXT=latest` automatically sets the effective context to the latest operational context found on the CRDS Server. [1062]
- `client.api.get_default_context` by default returns build context for jwst, else latest. This can still be overridden by explicitly passing a value into optional arg `state`. [1069]