Skip to content

Commit

Permalink
Updated release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
janeliu-slac committed Oct 19, 2024
1 parent a790d08 commit 3d2cc7a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ API Breaks

Features
--------
- Updated happi's load() function to support searching and loading in one user-friendly expression. The load function gathers the results of each search term individually and loads the union of the results.
- Updated happi's ``load()`` function to support searching and loading in one user-friendly expression. The load function gathers the results of each search term individually and loads the union of the results.

Bugfixes
--------
- N/A

Maintenance
-----------
- Cleaned up code by removing stray print() statements.
- Cleaned up code by removing stray ``print()`` statements.
- Added unit tests for the new feature.
- In the load function of cli.py removed `term=[]` and replaced with `[item]` for readability.
- In the load function of cli.py removed ``term=[]`` and replaced with ``[item]`` for readability.

Contributors
------------
- N/A
- janeliu-slac

0 comments on commit 3d2cc7a

Please sign in to comment.