diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-08-21 18:50:43 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-08-21 18:50:43 -0400 |
commit | db31fa66e82d097c2378734950bd3066acdae397 (patch) | |
tree | 30dea5594b68bcece6a0a80d3d6a634b806e7621 /CHANGELOG | |
parent | b9ed3796e2569fc56fabc114a5bf978558943cb6 (diff) |
Copying a Tag preserves information that was originally obtained from
the TreeBuilder used to build the original Tag. [bug=1838903]
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,8 +6,11 @@ and position within a line (Tag.sourcepos). Based on code by Chris Mayo. [bug=1742921] -* Fixed a bug that made it impossible to pretty-print tags that were not - created during initial parsing. [bug=1838903] +* Fixed a crash when pretty-printing tags that were not created + during initial parsing. [bug=1838903] + +* Copying a Tag preserves information that was originally obtained from + the TreeBuilder used to build the original Tag. [bug=1838903] = 4.8.0 (20190720, "One Small Soup") |