
Update backward compatibility notes for 0.8.0
Add a section to describe that country codes are required.
@195acd31ac87f66581f88951f8a00c47da44366b
--- docs/relnotes/0.8.0.txt
+++ docs/relnotes/0.8.0.txt
... | ... | @@ -4,6 +4,11 @@ |
4 | 4 |
Backward compatibility notes |
5 | 5 |
---------------------------- |
6 | 6 |
|
7 |
+If you are upgrading from any previous version, You may need to update |
|
8 |
+conf/application.conf for backward compatibility. |
|
9 |
+ |
|
10 |
+### Use explicit path to database |
|
11 |
+ |
|
7 | 12 |
If you are using implicit relative path for the db.default.url, |
8 | 13 |
then you have to change it to use explicit relative path like: |
9 | 14 |
|
... | ... | @@ -13,6 +18,14 @@ |
13 | 18 |
TO BE: |
14 | 19 |
db.default.url="jdbc:h2:file:./yobi;MODE=PostgreSQL" |
15 | 20 |
|
21 |
+### Specify country code |
|
22 |
+ |
|
23 |
+Since Yobi 0.8.0, language codes are changed to include country code to fix the |
|
24 |
+bug that i18n does not work for some browsers. So you have to country code |
|
25 |
+after every language code as follows: |
|
26 |
+ |
|
27 |
+ application.langs="en-US, ko-KR, ja-JP" |
|
28 |
+ |
|
16 | 29 |
Updates since v0.7.2 |
17 | 30 |
------------------ |
18 | 31 |
|
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?