Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2024
1 parent 48b0d29 commit 2286ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/1.1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h3 id="getservergroupmembership">Get server group membership</h3>

<p>Group membership information for servers are now exposed and can be retrieve directly from the server object with the <code>groups</code> method. It also has an alias called <code>group</code>, but it always returns the list of groups a server is member of:</p>

<pre><code class="hljs"><span class="hljs-keyword">my</span> <span class="hljs-type">@groups</span> = connection-&gt;server-&gt;groups;</code></pre>
<pre><code class="hljs">my <span class="hljs-type">@groups</span> = connection-&gt;server-&gt;groups;</code></pre>

<ul>
<li>this adds a new method to the server objects called group() and fixed - Jan</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/1.9.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2 id="newfeatures">New features</h2>

<p>It is intended to complement the <code>utf8</code> pragma in Rexfiles and modules:</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-keyword">utf8</span>;
<pre><code class="hljs">use <span class="hljs-keyword">utf8</span>;
<span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">write_utf8_files</span>&#39;]; </code></pre></li>
</ul>

Expand Down

0 comments on commit 2286ba0

Please sign in to comment.