summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-08-21 18:50:43 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-08-21 18:50:43 -0400
commitdb31fa66e82d097c2378734950bd3066acdae397 (patch)
tree30dea5594b68bcece6a0a80d3d6a634b806e7621 /CHANGELOG
parentb9ed3796e2569fc56fabc114a5bf978558943cb6 (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--CHANGELOG7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a7d8260..767b74b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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")