Merge branch 'add-X-to-double' of https://github.com/ynadji/zeek

- Minor whitespace/grammar/doc tweaks during merge

* 'add-X-to-double' of https://github.com/ynadji/zeek:
  Add `count_to_double` and `int_to_double` bif functions
This commit is contained in:
Jon Siwek 2020-12-02 12:53:04 -08:00
commit 71f9340e75
6 changed files with 41 additions and 1 deletions

2
NEWS
View file

@ -84,6 +84,8 @@ New Functionality
is a special version indicating that the server/client supports both SSH2 and
SSH1.
- Added ``count_to_double()`` and ``int_to_double()`` type-conversion BIFs.
Changed Functionality
---------------------