Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a28ace5

Browse files
committed
Update changelog
1 parent a87f789 commit a28ace5

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

CHANGELOG.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,36 @@
22

33
## TODO
44

5+
- Update submodules
6+
- Fix Errors related to these updates
7+
- Improve tests outputs
8+
- Fix Global and Module MoveRefactoring (#1141) Thanks to @lieryan
9+
- Text object/operator/motion mapping to select logical line (#1145). Thanks to
10+
@lieryan
11+
- Remove dead keywords and builtins; add match, case (#1149). Thanks to
12+
@NeilGirdhar
13+
- Add syntax highlight for walrus (#1147) Thanks to @fpob
14+
- Add configurable prefix for rope commands (#1137) TThanks to @NathanTP
15+
- Add option g:pymode_indent_hanging_width for different hanging indentation
16+
width (#1138). Thanks to @wookayin
17+
18+
## 2020-10-08 0.13.0
19+
20+
- Add toml submodule
21+
22+
## 2020-10-08 0.12.0
23+
24+
- Improve breakpoint feature
25+
- Improve debugging script
26+
- Update submodules
27+
- Improve tests
28+
29+
## 2020-05-28 0.11.0
30+
531
- Move changelog rst syntax to markdown
632
- `pymode_rope`: check disables
7-
- Remove supoort for python 2. From 0.11.0 on we will focus on supporting
8-
python 3+ (probably 3.5+).
33+
- BREAKING CHANGE: Remove supoort for python 2. From 0.11.0 on we will focus on
34+
supporting python 3+ (probably 3.5+).
935
- Inspect why files starting with the following code do not get loaded:
1036

1137
```python
@@ -16,6 +42,12 @@
1642
main()
1743
```
1844

45+
- added github actions test suit and remove travis
46+
- improved submodules cloning (shallow)
47+
- Removes `six` submodule
48+
- Fix motion mapping
49+
- Fix breakpoint feature
50+
1951
## 2019-05-11 0.10.0
2052

2153
After many changes, including moving most of our dependencies from copied

0 commit comments

Comments
 (0)