Skip to content

Commit d12da2f

Browse files
authored
Merge pull request #618 from thery/vscoq_0_3_9
release 0.3.9
2 parents 2f9ebcd + 543b31a commit d12da2f

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.3.9
2+
* pass correct `-topfile` argument(#617 by @Blaisorblade and @4ever2)
3+
* Enable search in proofview (#616 by @4ever2)
4+
* Fix ip issues with VS Code 1.82.0 (#614 by @4ever2)
15
## 0.3.8
26
* client and server are webpacked (#411 by @4ever2 and @fakusb)
3-
* fix completion on last line (##409 by @4ever2)
7+
* fix completion on last line (#409 by @4ever2)
48
* preserve printing width on undo (#405 by @4ever2)
59
* fix error location for Windows (#363 by @4ever2 and @thery)
610
* fix for snippet (#358 #338 by @4ever2)

package-lock.json

Lines changed: 19 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]",
88
"url": "http://people.csail.mit.edu/cj/"
99
},
10-
"version": "0.3.8",
10+
"version": "0.3.9",
1111
"publisher": "maximedenes",
1212
"license": "MIT",
1313
"icon": "images/logo.png",

0 commit comments

Comments
 (0)