Index: /elixir/trunk/CHANGES
===================================================================
--- /elixir/trunk/CHANGES (revision 363)
+++ /elixir/trunk/CHANGES (revision 365)
@@ -9,9 +9,9 @@
   polymorphic or not). Concrete polymorphic inheritance requires SQLalchemy
   0.4.5 or later.
-- Moved the entity to string mapping and resolving code to the (newly created)
-  EntityCollection class (which stores lists of entities). This allows one to
-  provide a custom mapping method if needed. The default class also overrides
-  the __getattr__ method, providing and handy way to get at your entities.
-  See source:elixir/trunk/tests/test_collections.py#L58
+- Moved the "entity to string" mapping and resolving code to the (newly
+  created) EntityCollection class (which stores lists of entities). This
+  allows one to provide a custom mapping method if needed. The default class
+  also overrides the __getattr__ method, providing and handy way to get at your
+  entities. See source:elixir/trunk/tests/test_collections.py#L58
 - Added new "identity" option which can be used to set a custom polymorphic
   identity for an entity. It also accepts a callable so that you can generate
