Yuki Takei 6 лет назад
Родитель
Сommit
49dddf083f
1 измененных файлов с 6 добавлено и 5 удалено
  1. 6 5
      CHANGES.md

+ 6 - 5
CHANGES.md

@@ -1,14 +1,12 @@
 # CHANGES
 # CHANGES
 
 
-## 3.6.1-RC
+## 3.6.2-RC
 
 
-* 
-
-## 3.6.0
+## 3.6.1
 
 
 ### BREAKING CHANGES
 ### BREAKING CHANGES
 
 
-* GROWI v3.6.0 no longer support Node.js v8.x
+* GROWI v3.6.x no longer support Node.js v8.x
 * The name of database that is storing migrations meta data has been changed
 * The name of database that is storing migrations meta data has been changed
     * This affects **only when `MONGO_URI` has parameters**
     * This affects **only when `MONGO_URI` has parameters**
     * v3.5.x or above has a bug ([#1361](https://github.com/weseek/growi/issues/1361))
     * v3.5.x or above has a bug ([#1361](https://github.com/weseek/growi/issues/1361))
@@ -24,9 +22,12 @@ Upgrading Guide: https://docs.growi.org/en/admin-guide/upgrading/36x.html
 * Fix: Pages without heading slash is invalid but creatable
 * Fix: Pages without heading slash is invalid but creatable
 * Fix: Connect to Elasticsearch with `httpAuth` param
 * Fix: Connect to Elasticsearch with `httpAuth` param
 * Support: Support Node.js v12
 * Support: Support Node.js v12
+* Support: Optimize build in dev with hard-source-webpack-plugin
 * Support: Upgrade libs
 * Support: Upgrade libs
     * growi-commons
     * growi-commons
 
 
+## 3.6.0 (Missing number)
+
 ## 3.5.25
 ## 3.5.25
 
 
 * Improvement: Disable ESC key to close Handsontable Modal
 * Improvement: Disable ESC key to close Handsontable Modal