diff --git a/CHANGELOG.md b/CHANGELOG.md index abcf0a210..cdcf7b189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.2.1 + * Allow ! in urls inside the editor (Not Pad urls) + * Allow comments in language files + * More languages (Finish, Spanish, Hindi, Dutch) Thanks to TranslateWiki.net team. + * Bugfix for IE7/8 issue with a JS error #1186 + * Bugfix windows package extraction issue and make the .zip file smaller + # v1.2 * Internationalization / Language / Translation support (i18n) with support for German/French * A frontend/client side testing framework and backend build tests diff --git a/src/package.json b/src/package.json index 9fd180abd..8c95c4d34 100644 --- a/src/package.json +++ b/src/package.json @@ -46,5 +46,5 @@ "engines" : { "node" : ">=0.6.0", "npm" : ">=1.0" }, - "version" : "1.2.0" + "version" : "1.2.1" }