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.