summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-28 14:08:48 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-28 14:08:48 -0400
commitc6592463794bf0f03f28f4d52ebcbaff5ecd9741 (patch)
treed3bfd5420dcfc5146f9627cd973c63b4b487ca56 /NEWS.txt
parent1db92069396a4cf6296be4895a8180b062d265a7 (diff)
downloadbeautifulsoup4-c6592463794bf0f03f28f4d52ebcbaff5ecd9741.tar.gz
Copying a NavigableString will give you a new NavigableString that is not connected to the parse tree.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 34d640c..6eeebd2 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -15,6 +15,10 @@ Especially important changes:
argument described in the documentation. `text` may eventually
change its meaning, but not for a very long time. [bug=1366856]
+* Changed the way soup objects work under copy.copy() and
+ copy.deepcopy(). Copying a NavigableString will give you a new
+ NavigableString that is not connected to the parse tree.
+
* Started using a standard MIT license. [bug=1294662]
* Added a Chinese translation of the documentation by Delong .w.