~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2016-07-19 01:56:10 UTC
  • Revision ID: leonardr@segfault.org-20160719015610-2dh6fss98f393hrw
Corrected an encoding error that happened when a BeautifulSoup
  object was copied. [bug=1554439]

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
* Corrected handling of XML processing instructions. [bug=1504393]
14
14
 
 
15
* Corrected an encoding error that happened when a BeautifulSoup
 
16
  object was copied. [bug=1554439]
 
17
 
15
18
* The contents of <textarea> tags will no longer be modified when the
16
19
  tree is prettified. [bug=1555829]
17
20