Skip to content

Commit 741ece1

Browse files
committed
📝 CHANGELOG
1 parent db861a7 commit 741ece1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 0.91.0:
2-
- Developer: When `debug` setting was set to `true`, log lazy-require info when atom `inDevMode`.
3-
- Performance: Reduce number of file to read on startup further. #760
4-
- Avoid require on initial package activation. Especially following widely-used libs.
2+
- Improve, Performance: Reduce amount of IO( number of files to read ) on startup further. #760
3+
- Avoid require on initial package activation. Especially following widely-used libs is not longer `require`d on startup.
54
- `lib/selection-wrapper.coffee`
65
- `lib/utils.coffee`
76
- `underscore-plus`
87
- Now `swrap` and `utils` are accessible via lazy-prop( `vimState.utils` and `vimState.swrap` ).
8+
- Developer: When `debug` setting was set to `true`, log lazy-require info when atom `inDevMode`.
99

1010
# 0.90.2:
1111
- Fix: For `search` on initial active-editor after startup, `highlightSearch` did not happened.

0 commit comments

Comments
 (0)