wifiNetworks() bug fixes

This commit is contained in:
Sebastian Hildebrandt
2019-06-16 17:16:35 +02:00
parent 28ab21891d
commit 083889c0af
6 changed files with 13 additions and 5 deletions
+7 -2
View File
@@ -47,7 +47,7 @@
<ul>
<li><span class="code">chassis()</span> chassis information</li>
<li><span class="code">vboxInfo()</span> detailed virtualBox VM information</li>
<li><span class="code">wifi()</span> detailed information about available wifi networks</li>
<li><span class="code">wifiNetworks()</span> detailed information about available wifi networks</li>
</ul>
<h4>Breaking Changes</h4>
<ul>
@@ -83,6 +83,11 @@
</tr>
</thead>
<tbody>
<tr>
<th scope="row">4.11.2</th>
<td>2019-06-16</td>
<td><span class="code">wifiNetworks()</span> bug fixes</td>
</tr>
<tr>
<th scope="row">4.11.1</th>
<td>2019-06-15</td>
@@ -91,7 +96,7 @@
<tr>
<th scope="row">4.11.0</th>
<td>2019-06-14</td>
<td><span class="code">wifi()</span> added available wifi networks</td>
<td><span class="code">wifiNetworks()</span> added available wifi networks</td>
</tr>
<tr>
<th scope="row">4.10.0</th>