ソースを参照

docs: add Changelog entries

rugk 1 ヶ月 前
コミット
ef3d5977cc
1 ファイル変更5 行追加0 行削除
  1. 5 0
      CHANGELOG.md

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # PrivateBin version history
 
+## 2.1.0 (not yet released)
+* CHANGED: We removed jQuery in the Frontend and replaced it with vanilla JS.
+* CHANGED: Removed the unmaintained js-verify and replaced it with fast-check library.
+* CHANGED: Added a `jsconfig.json` in order to check the types of JavaScript.
+
 ## 2.0.5 (not yet released)
 * FIXED: State corruption after "Remove attachment" (#1824)
 * FIXED: Copy button is hidden if the document is made as markdown (#1703)