RELEASE_NOTES
changeset 11438 dfbb52d8fd44
parent 11436 e7cf621aac90
child 11451 36f951da53ac
--- a/RELEASE_NOTES	Thu Jun 11 17:30:07 2015 +0200
+++ b/RELEASE_NOTES	Thu Jun 11 19:07:25 2015 +0200
@@ -21,12 +21,14 @@
 
 New user-visible features
 -------------------------
+- (network) SimpleChannel allows per-NetDevice blacklists, in order to do hidden terminal testcases.
 
 Bugs fixed
 ----------
 - Bug 1736 - default dot11EDCATableMSDULifetime
 - Bug 1929 - TcpL4Protocol::Send must indicate the source address to routing (if known)
 - Bug 2126 - LrWpanNetDevice silently accepts no mobility on the node
+- Bug 2130 - Allow SimpleChannel to simulate hidden terminals.
 - Bug 2135 - TCP doesn't honor the socket's output interface
 - Bug 2136 - The usage of tid in wifi and wave module shall be "if (tid > 7)" rather than "if (tid >= 7)"
 - Bug 2138 - SimpleNetDevice could send overlapped packets.