BIT-1635: fix make doc warnings

References to Input::Reader and Log::Writer enum types no longer emit
warnings as they are now hardcoded to be documented as part of their
associated framework scripts and so links to them now work.
This commit is contained in:
Jon Siwek 2018-06-01 10:03:24 -05:00
parent b2dc7ffb26
commit f9e5777e6f
4 changed files with 24 additions and 3 deletions

10
CHANGES
View file

@ -1,4 +1,14 @@
2.5-618 | 2018-06-01 10:03:24 -0500
* BIT-1635: fix `make doc` warnings (Corelight)
* Add smb2_file_sattr event (Devin Trejo)
* Add bad ARP tests (Pierre LATET)
* Fix SCT validation when invalid certificates are in chain. (Johanna Amann)
2.5-611 | 2018-05-29 10:13:17 -0500
* Fix NEWS file formatting (Corelight)