git-svn-id: https://svn.apache.org/repos/asf/incubator/jsecurity/trunk@711063 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/changes.txt b/changes.txt
index 194583f..b93a931 100644
--- a/changes.txt
+++ b/changes.txt
@@ -4,5 +4,8 @@
 * DelegatingSubject is now still usable after it is logged out (no invalid exceptions thrown).

   The Subject is now just considered 'anonymous' again at that point.

 

+* ReflectionBuilder (used in JSecurity .ini and web.xml based text configuration) now handles setting

+  primitive attributes correctly, performing proper string-to-primitive conversion (BeanUtils does this automatically).

+