Mentioned another ARP fix and named this 0.7.1 for release.
diff --git a/CHANGELOG b/CHANGELOG
index c79f02a..225c568 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,9 +9,13 @@
 
 (active STABLE-0_7 branch)
 
+(STABLE-0_7_1)
+
   ++ Bug fixes:
 
   * Fixed updating the ARP cache from a request pbuf that was recycled earlier for reply.
+  * Removed updating ARP cache using destination address (which is wrong for requests and
+    does not work for replies as those are unicast anyway).
   
 (STABLE-0_7_0)