diff --git a/docs/release_notes/1.1.0.html b/docs/release_notes/1.1.0.html index f6045af3..474e65dc 100644 --- a/docs/release_notes/1.1.0.html +++ b/docs/release_notes/1.1.0.html @@ -158,7 +158,7 @@
Group membership information for servers are now exposed and can be retrieve directly from the server object with the groups
method. It also has an alias called group
, but it always returns the list of groups a server is member of:
my @groups = connection->server->groups;
+my @groups = connection->server->groups;
It is intended to complement the utf8
pragma in Rexfiles and modules:
use utf8;
+use utf8;
use Rex -feature => ['write_utf8_files'];