summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-07-26 09:15:56 +0530
committerUtkarsh Gupta <guptautkarsh2102@gmail.com>2019-07-26 09:15:56 +0530
commitc529a89ac461d847cb6a7eef90c1478c8ef97bab (patch)
treeb815aeb3aa07bead1da653a6a6f162b9f3b12bf6 /Changes
parentd0a66419f146e57bf1a4f92469e7f832dc155a68 (diff)
New upstream version 0.16
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/Changes b/Changes
index adb7b1e..fe527a2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
Revision history for String-Tagged
+0.16 2019-04-12 16:03:33
+ [CHANGES]
+ * Print a more helpful message when ->sprintf encounters undef
+ * A few docs improvements
+ * Render linefeed as "." in ->debug_sprintf so line wrapping works
+
+ [BUGFIXES]
+ * Ensure ->substr preserves tags that are anchored both before and
+ after
+
0.15 2017-10-02 16:09:35
[CHANGES]
* Added ->from_sprintf constructor and ->sprintf convenience wrapper