
Added 0.8.0 release note
@7aeb218e0ae905fa5556f7940fc1194a9a0f2eb6
+++ docs/relnotes/0.8.0.txt
... | ... | @@ -0,0 +1,20 @@ |
1 | +Yobi v0.8.0 Release Notes | |
2 | +========================= | |
3 | + | |
4 | +Backward compatibility notes | |
5 | +---------------------------- | |
6 | + | |
7 | +If you are using implicit relative path for the db.default.url, | |
8 | +then you have to change it to use explicit relative path like: | |
9 | + | |
10 | + AS IS: | |
11 | + db.default.url="jdbc:h2:file:yobi;MODE=PostgreSQL" | |
12 | + | |
13 | + TO BE: | |
14 | + db.default.url="jdbc:h2:file:./yobi;MODE=PostgreSQL" | |
15 | + | |
16 | +Updates since v0.7.2 | |
17 | +------------------ | |
18 | + | |
19 | +* Updated H2 database to v1.4.184. (45e1288) | |
20 | + |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?