diff --git a/.babelrc b/.babelrc
index f9f2a02..3bff21e 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,3 @@
{
- "presets": [ "es2015" ]
-}
\ No newline at end of file
+ "presets": [ "es2015-rollup" ]
+}
diff --git a/.editorconfig b/.editorconfig
index 6bfa09f..2ec8766 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -21,3 +21,6 @@ indent_size = 4
[*.json]
# 缩进2个空格
indent_size = 2
+
+[makefile]
+indent_style = tab
diff --git a/CHANGELOG b/CHANGELOG
index 758002b..a015504 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,15 +1,21 @@
+v1.0.4
+U use rollup.js bundler to reduce dist package size(33% off)
+A add makefile, use make for automatic procedures
+U replace comments in English
+A add `get` method to get logs in suitable time range, rename `getAll` to `all`
+
V1.0.3
-F indexDB使用自增键作为主键,修复在高频存储调用过程中会报错的问题(因为唯一keypath timestamp可能会重复)
-U 优化了localStorage协议的存储结构,节省空间
+F add auto-increase as key of IndexedDB, to fix error when logging in high frequency(old keypath timestamp may repeat)
+U updated localStorage protocol's storage structer to save spaces
V1.0.2
-A 自动按照协议的优先级选择可用的协议,优先级来自构建时的参数
-A 自定义数据库名
+A ability to choose protocol automatically
+A custom database name
V1.0.1
-D 解耦日志上传功能,api `reportTO` 和 `deploy` 被移除
+D log upload api `reportTo` and `deploy` is removed,
V1.0.0
-A 日志记录
-A 日志上传
-A 自定义构建,允许只打包业务需要的协议
+A log record
+A log upload
+A custom build, allow build with only protocols wanted
diff --git a/README.md b/README.md
index b6cc24a..e270996 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,7 @@ access [https://github.com/latel/logline/releases](https://github.com/latel/logl
### 2. Import to your project
Logline is an UMD ready module, choose to import it as your project needed.
+CMD is evil, which is not supported, wrapper it yourself if you need it indeed.
``` javascript
// using
+
+