Add PR #361 to changelog.
parent
6160eb7fcd
commit
583132d410
|
@ -46,4 +46,4 @@ jobs:
|
||||||
working-directory: ${{github.workspace}}/build_windows
|
working-directory: ${{github.workspace}}/build_windows
|
||||||
run: |
|
run: |
|
||||||
export PATH=${{github.workspace}}/llvm-mingw-20230320-ucrt-ubuntu-18.04-x86_64/bin:$PATH
|
export PATH=${{github.workspace}}/llvm-mingw-20230320-ucrt-ubuntu-18.04-x86_64/bin:$PATH
|
||||||
make -j4 package
|
make -j package
|
||||||
|
|
|
@ -842,6 +842,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
|
||||||
* Fix typo preventing use of Easy Setup when not having a radio configured. (PR #359)
|
* Fix typo preventing use of Easy Setup when not having a radio configured. (PR #359)
|
||||||
3. Build system:
|
3. Build system:
|
||||||
* GitHub action now uses LLVM MinGW for pull requests. (PR #360)
|
* GitHub action now uses LLVM MinGW for pull requests. (PR #360)
|
||||||
|
* Update Speex build code to avoid unnecessary rebuilds. (PR #361)
|
||||||
|
|
||||||
## V1.8.8.1 March 2023
|
## V1.8.8.1 March 2023
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue