add VELOCITY-191 fix to the changelog


git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@499444 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 2689fae..3f35233 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -25,7 +25,14 @@
   </properties>
 
   <body>
-    <release version="1.5-dev" date="in Subversion">
+    <release version="1.5" date="in Subversion">
+
+      <action type="add" dev="henning" issue="VELOCITY-191" due-to="Aki Nieminen">
+        Make FileResourceLoader unicode aware to allow skipping over BOM markers
+        like those created by Windows Notepad. This is a workaround for a Java
+        bug, where Java itself does not recognize the UTF-8 BOM as defined by
+        the unicode standard.
+      </action>
 
     </release>