diff --git a/changes.xml b/changes.xml
index dd7514bbec..bef29f223c 100644
--- a/changes.xml
+++ b/changes.xml
@@ -62,6 +62,7 @@ see http://maven.apache.org/plugins/maven-changes-plugin/usage.html for full gui
New URL: http://akkasource.org
Enhanced trapping of failures: 'trapExit = List(classOf[..], classOf[..])'
Upgraded to Netty 3.2, Protobuf 2.2, ScalaTest 1.0, Jersey 1.1.3, Atmosphere 0.4.1, Cassandra 0.4.1, Configgy 1.4
+ Remote actors are able to use reply to answer a request
Lowered actor memory footprint; now an actor consumes ~625 bytes, which mean that you can create 6.5 million on 4 G RAM
Concurrent mode is now per actor basis
Remote actors are now defined by their UUID (not class name)