Fix: Remove stale opensdk version pinning
[releng/global-jjb.git] / releasenotes / notes / update-bash-library-0047853664cde7be.yaml
1 ---
2 fixes:
3   - |
4     Added '|| return 1' to appropriate commands. Functions do not support '-e'
5     and a  function will normally continue after a command fails.
6 features:
7   - |
8     Added two new functions: lf-venv-create(), lf-venv-add()
9     Changed name of lf-activate() -> lf-venv-activate()
10     Updated functionality of lf-venv-activate (support for paths & python
11     versions
12 other:
13   - |
14     Improved Comments