From c4bef9cc29d839d12c2793161c19ebb6fef43c08 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Mon, 23 Oct 2017 12:06:04 -0700 Subject: [PATCH] Fix doc typo --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d63ca42..75d201ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Version 126: * Update stream write documentation for end of stream changes * Tidy up unused variable warnings * Don't return end_of_stream on win32 file body writes +* Fix doc typo --------------------------------------------------------------------------------