Add PR #361 to changelog.

pull/361/head
Mooneer Salem 2023-04-09 13:01:32 -07:00
parent 6160eb7fcd
commit 583132d410
2 changed files with 2 additions and 1 deletions

View File

@ -46,4 +46,4 @@ jobs:
working-directory: ${{github.workspace}}/build_windows
run: |
export PATH=${{github.workspace}}/llvm-mingw-20230320-ucrt-ubuntu-18.04-x86_64/bin:$PATH
make -j4 package
make -j package

View File

@ -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)
3. Build system:
* 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