We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fb954 commit 00b35d7Copy full SHA for 00b35d7
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# 0.2.0
2
3
* Relicensed as Apache 2.0.
4
-* Migrate serialised on-disk format to `speedy`. This means that existing stores **must be recreated**.
+* CVS branches are now supported, and will be imported to Git by default.
5
+* Migrate serialised on-disk format to `speedy`. Stores created by v0.1.0 will be migrated the first time they're read by v0.2.0.
6
* File errors are now fatal by default. The old warn-and-continue behaviour can be restored with the `--ignore-file-errors` flag.
7
+* Modified CVS tags are now recreated in a way that doesn't remove their previous history in Git.
8
9
# 0.1.0
10
0 commit comments