update changelogs ([FELIX-2472] - Proxies should throw a runtime exception instead of a null point exception)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@963959 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/doc/changelog.txt b/ipojo/core/doc/changelog.txt
index ef012ca..aee08b3 100644
--- a/ipojo/core/doc/changelog.txt
+++ b/ipojo/core/doc/changelog.txt
@@ -3,6 +3,7 @@
 ** Improvement

     * [FELIX-2420] - Enum support for @Property annotation

     * [FELIX-2461] - Allow specifying the targeted service interface in the @ServiceController

+    * [FELIX-2472] - Proxies should throw a runtime exception instead of a null point exception

 

 Changes from the 1.6.0 to 1.6.2

 -------------------------------

diff --git a/ipojo/handler/temporal/doc/changelog.txt b/ipojo/handler/temporal/doc/changelog.txt
index 5d9d38b..22deeee 100644
--- a/ipojo/handler/temporal/doc/changelog.txt
+++ b/ipojo/handler/temporal/doc/changelog.txt
@@ -1,3 +1,8 @@
+Changes from the 1.6.0 to 1.6.2

+-------------------------------

+** Improvement

+    * [FELIX-2472] - Proxies should throw a runtime exception instead of a null point exception

+

 Changes from the 1.4.2 to 1.6.0

 -------------------------------

 ** Improvement