Skip to content

Commit

Permalink
CHANGE -> FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Sep 27, 2024
1 parent 97b3035 commit 0184962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

## develop

- [CHANGE] SoraSignalingConfig の client_cert と client_key に渡す必要がある値を、ファイルパスからファイルの内容に変更
- @melpon
- [CHANGE] SoraSignalingConfig の client_cert と client_key の型を `std::string` から `std::optional<std::string>` に変更
- @melpon
- [UPDATE] VPL を v2.13.0 に上げる
- @voluntas
- [UPDATE] CMake を 3.30.3 にあげる
Expand All @@ -40,6 +36,10 @@
- @melpon
- [FIX] HTTP Proxy 利用時の Websocket 初期化で insecure_ メンバ変数が初期化されていなかったのを修正
- @melpon
- [FIX] SoraSignalingConfig の client_cert と client_key に渡す必要がある値を、ファイルパスからファイルの内容に修正
- @melpon
- [FIX] SoraSignalingConfig の client_cert と client_key の型を `std::string` から `std::optional<std::string>` に修正
- @melpon

### misc

Expand Down

0 comments on commit 0184962

Please sign in to comment.