aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-09-22 20:56:07 +0200
committerMaxime Devos <maximedevos@telenet.be>2021-09-22 20:56:07 +0200
commit6c136b9cd8369d83ac5fbcc10e98acf85e317db4 (patch)
treec29aa219c84c774e0866ba943df284802f060f00
parent04115082a527413f573c075c5685021b038e81cd (diff)
downloadgnunet-scheme-6c136b9cd8369d83ac5fbcc10e98acf85e317db4.tar.gz
gnunet-scheme-6c136b9cd8369d83ac5fbcc10e98acf85e317db4.zip
NEWS: Document NSE bug fix regarding NaN as standard deviation.
* NEWS: new file.
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..63f9961
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,13 @@
1# Copyright (C) 2021 GNUnet e.V.
2# SPDX-License-Identifier: FSFAP
3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright
5# notice and this notice are preserved. This file is offered as-is,
6# without any warranty.
7
8-*- mode: org; coding: utf-8 -*-
9* Changes since 0.1
10** Bug fixes
11 - The NSE client now accepts NaN as standard deviation instead of printing an error message.
12 Sometimes the NSE service sends NaN as standard deviation, see
13 <https://bugs.gnunet.org/view.php?id=7021#c18399>.