summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2022-06-21 11:28:10 +0200
committerKarl Lorey <git@karllorey.com>2022-06-21 11:28:10 +0200
commite288a431e38ecddf05c3834eab1ecd12770cf73f (patch)
tree918375c17306417505ea807320b58a07751cc725
parent3605f2d4d9068debd294e82175040bba1c2eb3ac (diff)
Revise changelog
-rw-r--r--HISTORY.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index b84f97d..42ffb7b 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -5,9 +5,12 @@ History
------------------
UPCOMING
------------------
-* scrapers can now extract arbitrary data structure including list, dict, and string objects
-* scrapers now work for multiple pages by default
-* the module structure has been revised
+* scrapers can now extract arbitrary data structures
+ including list (ListScraper), dict (DictScraper), and string (ValueScraper) objects.
+* scrapers now work for multiple pages by default.
+* the generation of CSS selectors has been overhauled and is now more efficient.
+* the module structure has been revised.
+* drop support for python < 3.9.
------------------
0.1.2 (2020-09-27)