Yi EungJun 2015-02-25
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
+++ docs/relnotes/0.8.0.txt
@@ -4,6 +4,11 @@
 Backward compatibility notes
 ----------------------------
 
+If you are upgrading from any previous version, You may need to update
+conf/application.conf for backward compatibility.
+
+### Use explicit path to database
+
 If you are using implicit relative path for the db.default.url,
 then you have to change it to use explicit relative path like:
 
@@ -13,6 +18,14 @@
     TO BE:
     db.default.url="jdbc:h2:file:./yobi;MODE=PostgreSQL"
 
+### Specify country code
+
+Since Yobi 0.8.0, language codes are changed to include country code to fix the
+bug that i18n does not work for some browsers. So you have to country code
+after every language code as follows:
+
+    application.langs="en-US, ko-KR, ja-JP"
+
 Updates since v0.7.2
 ------------------
 
Add a comment
List