From 8ebb46840393d82c62d814f5a978a86da6d761e6 Mon Sep 17 00:00:00 2001 From: Nabil Chatbi Date: Thu, 30 Apr 2020 00:37:22 +0200 Subject: [PATCH] Renamed Selector Class to CssSelector --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53a08d5..61dfffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## [2.3.2](https://github.com/scinfu/SwiftSoup/tree/2.3.2) -* Deprecated Selector Class, use CssSelector +* Renamed Selector Class to CssSelector ## [1.7.4](https://github.com/scinfu/SwiftSoup/tree/1.7.4) * Removed Some warnings