Skip to content

Commit db861a7

Browse files
committed
📝 CHANGELOG
1 parent e3d549b commit db861a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 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.
5+
- `lib/selection-wrapper.coffee`
6+
- `lib/utils.coffee`
7+
- `underscore-plus`
8+
- Now `swrap` and `utils` are accessible via lazy-prop( `vimState.utils` and `vimState.swrap` ).
9+
110
# 0.90.2:
211
- Fix: For `search` on initial active-editor after startup, `highlightSearch` did not happened.
312
- This is regression introduced as part of lazy instantiation of `HighlightSearchManager`.

0 commit comments

Comments
 (0)