From d8c86c01db43542a06ad05424da037f6b9892253 Mon Sep 17 00:00:00 2001 From: fpagliughi Date: Sun, 6 Oct 2019 11:23:19 -0400 Subject: [PATCH] Minor doc tweaks --- CHANGELOG.md | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871864c..5b7b622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## Version 0.7 -The next release will mainly target bug fixes, API inconsistencies, and numerous small features that had been overlooked previously. - - Base `socket` class - `shutdown()` added - `create()` added diff --git a/README.md b/README.md index 49ecc99..01ea20b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you're using this library, tweet at me or send me a message, and let me know ## New in v0.7 -The next release will mainly target bug fixes, API inconsistencies, and numerous small features that had been overlooked previously. +This release mainly targeted bug fixes, API inconsistencies, and numerous small features that had been overlooked previously. - Base `socket` class - `shutdown()` added