From 8c235ab25024a14bf9cdcab4fbd14b19bf78d23c Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 8 Aug 2018 15:25:27 -0700 Subject: [PATCH] Update changelog --- CHANGES.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.html b/CHANGES.html index 3bf6768f4..491fa858e 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -94,10 +94,13 @@ or with a string value with 'b' (bytes) or 'p' (packets) suffix, such as:
  • The QueueDisc base class now provides a default implementation of the DoPeek private method based on the QueueDisc::PeekDequeue method, which is now no longer available.
  • The QueueDisc::SojournTime trace source is changed from a TracedValue to a TracedCallback; callbacks that hook this trace must provide one ns3::Time argument, not two.
  • - +/ul>

    Changes to build system:

    Changed behavior: