From 5fbe6ba31323ae65f8e94aadee426b0f3ce5478b Mon Sep 17 00:00:00 2001
From: Alexander Krotov
Date: Wed, 5 Apr 2017 11:00:57 +0300
Subject: [PATCH] Document new vector API in CHANGES.html
---
CHANGES.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.html b/CHANGES.html
index 949274cdd..dd68a574b 100644
--- a/CHANGES.html
+++ b/CHANGES.html
@@ -54,6 +54,8 @@ us a note on ns-developers mailing list.
Changes from ns-3.26 to ns-3.27
New API:
+- Added
Vector{2,3}D.GetLength ().
+- Overloaded
operator+ and operator- for Vector{2,3}D.
- Added iterator version of WifiHelper::Install() to install Wi-Fi devices on range of nodes.
- Added a new attribute in TcpSocketBase to track the advertised window.
- Included the model of TCP Ledbat.