diff --git a/CHANGES.html b/CHANGES.html index d564d396a..b42bac8ef 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -93,6 +93,7 @@ or with a string value with 'b' (bytes) or 'p' (packets) suffix, such as:
  • QueueDisc::DequeuePeeked has been merged into QueueDisc::Dequeue and hence no longer exists.
  • 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.
  • Changes to build system: