version
parent
0e9b337cb8
commit
ca82465e8c
|
@ -1,13 +1,10 @@
|
|||
2.0 (unreleased)
|
||||
----------------
|
||||
2.0.0 (unreleased)
|
||||
------------------
|
||||
|
||||
- Breaking change: inputs starting with ``"http://"`` or ``"https://"`` like
|
||||
``PyQuery("http://example.com")`` will no longer fetch the contents of the URL.
|
||||
Users desiring the old behavior should switch to ``PyQuery(url="http://example.com")``.
|
||||
|
||||
1.4.4 (unreleased)
|
||||
------------------
|
||||
|
||||
- Add nextUntil method
|
||||
|
||||
- ``.remove()`` no longer inserts a space in place of the removed element
|
||||
|
|
Loading…
Reference in New Issue