From 4e36427c17818e26d7b910e6ad0ed73989e0953e Mon Sep 17 00:00:00 2001 From: niel-archer Date: Fri, 3 Feb 2012 21:20:02 +0000 Subject: [PATCH] Updating Release Notes. --- trunk/LSLEditor.RES | Bin 81912 -> 81972 bytes trunk/Resource/ReleaseNotes.htm | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 60b6f4fbc728469e4ad4de573aed2087bb6e18f9..d56b4527a7d893ee375f280d0617e57968c37d6a 100644 GIT binary patch delta 209 zcmezIpJht}>xKi8jJr16y#^-l_+?srzqrPW~VBYU^975z2N5O3RmB6-z~scsSf}o C203>C diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm index d9a9805..982753e 100644 --- a/trunk/Resource/ReleaseNotes.htm +++ b/trunk/Resource/ReleaseNotes.htm @@ -49,7 +49,8 @@ - Changed:
    -
  • Opening files now assumes UTF-8 instead of ANSI format. At some point I'd like to make it auto-detecting for all supported formats.
  • +
  • Opening files no longer assumes ANSI format. Instead, we attempt to detect file encoding and default to UTF-8 if no encoding is obvious.
  • +
  • Removed ANSI as an output format option.