diff --git a/CHANGES.md b/CHANGES.md index dec7c4482..f140090ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,10 @@ Changes from ns-3.37 to ns-3.38 ### Changes to build system +* Added NinjaTracing support. +* Check if the ccache version is equal or higher than 4.0 before enabling precompiled headers. +* Improve bindings search for linked libraries and their include directories. + ### Changed behavior * (applications) **UdpClient** and **UdpEchoClient** MaxPackets attribute is aligned with other applications, in that the value zero means infinite packets. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c70d57bd4..ef9ea0735 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -24,6 +24,9 @@ Release 3-dev ### Bugs fixed +- (build) #808 - Handle profile setting changes in the first ns3 run +- (build) #815 - Configure find_program to search for programs in PATH first, then AppBundles in MacOS + Release 3.37 ------------