summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2022-09-10 19:05:39 +0200
committerMaxime Devos <maximedevos@telenet.be>2022-09-10 19:05:39 +0200
commit8b1fc81568cfdbb1d5eb3183b0afae06f5c5ebd3 (patch)
tree5b56870399603d19f3beb6d40dc093a1fd9b60a5
parentd73c8a5395a6a2e44abb79108ef06606dddb4f89 (diff)
NEWS: Update.server-unification
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69dc480..5efe13e 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,16 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
+* Changes since 0.3
+** New functionality
+ - New tools for writing services -- see ‘Writing service communication code’
+ in the manual. These tools have been used to reduce duplication between
+ client code of different services, so tests targeting a single service
+ automatically also test the other services a bit.
+** Documentation
+ - For 'make-disconnect!', only a single argument was mentioned in the
+ manual, but there were actually two (non-optional!) arguments. This
+ has been rectified.
* Changes since 0.2
** New functionality
- New tools for writing services -- have a look at ‘Writing service