summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-12 08:00:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-12 08:00:06 -0700
commite97d8f3cd405970c74d44b0ded87b1954fe0f2ba (patch)
treec8482dce2dc50a59bfbc22e71d6f2cd303506a50 /changelog.txt
parenta54e12c9e5da809b425cc0f2c01d30953f4ab512 (diff)
Bump to 0.28.2, update changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 1fee442..82f1063 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,8 @@
+[0.28.2]
+
+ * Fixed regression in install dest for static library (#238).
+ Due to a mistake, 0.28.1 installed libcmark.a into include/.
+
[0.28.1]
* `--smart`: open quote can never occur right after `]` or `)` (#227).