Browse Source

It is now possible to write "var S: set of AnsiChar; begin S := ['a', 'b']; end;". In the previous version this would result in a type mismatch error.

Martijn Laan 1 year ago
parent
commit
5e48af7ac7
2 changed files with 2 additions and 1 deletions
  1. 1 1
      Components/UniPs
  2. 1 0
      whatsnew.htm

+ 1 - 1
Components/UniPs

@@ -1 +1 @@
-Subproject commit b0d63ded120276b0721534b598695913a59b6c76
+Subproject commit 7c52c822f320404a400a14406a1ef2fe5dee588d

+ 1 - 0
whatsnew.htm

@@ -161,6 +161,7 @@ end;</pre>
     <li>Added support functions <tt>UTF8Encode</tt> and <tt>UTF8Decode</tt> to encode a Unicode string into a UTF-8 encoded ANSI string and vice versa.</li>
     <li>Added support class <tt>TNewLinkLabel</tt> which can display multi-line text with embedded links and internally uses a Windows SysLink control. See the <i>CodeClasses.iss</i> example script for examples.</li>
     <li><tt>TWizardForm</tt>: Added new <tt>AdjustLinkLabelHeight</tt> function.</li>
+    <li>It is now possible to write <tt>var S: set of AnsiChar; begin S := ['a', 'b']; end;</tt>. In the previous version this would result in a type mismatch error.</tt>
     <li>Type <tt>TShellFolderID</tt> was removed because it wasn't used by any support function.</li>
     </ul>
   </li>