diff --git a/docs/source/releases.rst b/docs/source/releases.rst index 4883f569..9743db16 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -15,7 +15,7 @@ Bugfixes - Fixes bug where `happi transfer` was not filling default values properly - Fixes conftest.trim_split_output, which was effectively a no-op. Touches up affected tests - Issue 302: Add functionality to happi 'repair' that ensures that the name and id fields of a device are the same. -- Remove an extra pcdsutils import from test_cli.py that is not properly caught by error handling +- Removes an extra pcdsutils import from test_cli.py that is not properly caught by error handling Maintenance ----------- @@ -24,12 +24,12 @@ Maintenance - Tests modified to no longer assert stdout matches expected strings. Rather the effect of the command being tested is verified independently. The `assert_match_expected` helper is still used, but will now print mismatches instead of asserting them. -- Allow `happi update` to handle json-backend-type payloads -- Add pcdsutils and pcdsdevices to environment requirements in conda recipe and dev requirements -- Remove pcdsutils and pcdsdevices from extra testing requirements in github workflow +- Allows `happi update` to handle json-backend-type payloads +- Adds pcdsutils and pcdsdevices to environment requirements in conda recipe and dev requirements +- Removes pcdsutils and pcdsdevices from extra testing requirements in github workflow - The ``happi audit`` CLI entrypoint has been modified to use ``happi.audit.audit()``. -- Update mongo backend to handle authSource, require connection information (host, user, etc) +- Updates mongo backend to handle authSource, require connection information (host, user, etc) - Documents bson dependency. Bson is vendored by pymongo, which instructs users to not install bson from pypi (`pymongo readme `)