From 6ceb4ccd916810c73164f95fd9d5d46feb21982e Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Fri, 18 Oct 2024 13:58:14 +0100 Subject: [PATCH] Fix Markdown lint warnings (MD022) MD022 - Headers should be surrounded by blank lines --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index a8571c30a..7d9ab4191 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -67,6 +67,7 @@ This file is a best-effort approach to solving this issue; we will do our best b ## Changes from ns-3.41 to ns-3.42 ### New API + * (antenna) Added `CircularApertureAntennaModel` class which characterizes the antenna gain pattern of the reflector antenna with circular aperture described in 3GPP TR 38.811 v15.4.0, Section 6.4.1 * (core) Objects now can be aggregated to multiple objects though the `Object::UnidirectionalAggregateObject` function. Objects aggregated in such a way can not use `GetObject` to access the objects they are aggregated to. * (core) Added `TestVector` iterators and dot product operator for `Vector2D` and `Vector3D` types