Skip to content

Commit b1f0a43

Browse files
committed
Add Package Manager message for v0.17.0
1 parent 2f81c12 commit b1f0a43

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

message.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "messages/install.txt",
3+
"0.17.0": "messages/0.17.0.txt",
34
"0.16.0": "messages/0.16.0.txt",
45
"0.15.2": "messages/0.15.2.txt",
56
"0.15.1": "messages/0.15.1.txt",

messages/0.17.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Version 0.17.0 Release Notes
2+
3+
Lots of changes have been sitting unpublished on GitHub...sorry about that!
4+
5+
Make the output of long-running tasks smoother. Closes #68. (@markbirbeck)
6+
Add support for history of commands. Closes #27. (@kaste)
7+
Support new syntax definition styles when using syntax option. Closes #74. (@gwenzek)

0 commit comments

Comments
 (0)