From 1f5500f78c9f30878c2b4ae76333633ff7bb2614 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 24 Aug 2024 22:55:00 +0100 Subject: [PATCH] README: Added release notes for 1.0.2, 1.0.3 and 1.0.4 --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index f1df93a..15bf1ff 100644 --- a/README +++ b/README @@ -38,6 +38,22 @@ This can be done with "make check" if you have GNU or BSD make. The Makefile doesn't work with Solaris make, and probably other versions of make. +Release notes for PStreams 1.0.4 +================================ + +Added move semantics for the rpstream class. + +Release notes for PStreams 1.0.3 +================================ + +Added move semantics for the pstream, ipstream and opstream classes. + +Release notes for PStreams 1.0.2 +================================ + +pstream::close() returns the child's exit status now. +Deprecated pstreambuf::init_rbuffers(). + Release notes for PStreams 1.0.1 ================================