Skip to content

Commit 9ef6147

Browse files
committed
Fix multi-level bullet list in 'README.md' file
1 parent befb1e2 commit 9ef6147

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

ice/CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
### Breaking changes
1010

1111
* Make functions non-async [#338](https://github.com/webrtc-rs/webrtc/pull/338):
12-
- `Agent`:
13-
- `get_bytes_received`;
14-
- `get_bytes_sent`;
15-
- `on_connection_state_change`;
16-
- `on_selected_candidate_pair_change`;
17-
- `on_candidate`;
18-
- `add_remote_candidate`;
19-
- `gather_candidates`.
20-
- `unmarshal_candidate`;
21-
- `CandidateHostConfig::new_candidate_host`;
22-
- `CandidatePeerReflexiveConfig::new_candidate_peer_reflexive`;
23-
- `CandidateRelayConfig::new_candidate_relay`;
24-
- `CandidateServerReflexiveConfig::new_candidate_server_reflexive`;
25-
- `Candidate`:
26-
- `addr`;
27-
- `set_ip`.
12+
- `Agent`:
13+
- `get_bytes_received`;
14+
- `get_bytes_sent`;
15+
- `on_connection_state_change`;
16+
- `on_selected_candidate_pair_change`;
17+
- `on_candidate`;
18+
- `add_remote_candidate`;
19+
- `gather_candidates`.
20+
- `unmarshal_candidate`;
21+
- `CandidateHostConfig::new_candidate_host`;
22+
- `CandidatePeerReflexiveConfig::new_candidate_peer_reflexive`;
23+
- `CandidateRelayConfig::new_candidate_relay`;
24+
- `CandidateServerReflexiveConfig::new_candidate_server_reflexive`;
25+
- `Candidate`:
26+
- `addr`;
27+
- `set_ip`.
2828

2929
## v0.8.2
3030

0 commit comments

Comments
 (0)