Skip to content

Commit 75c1106

Browse files
Update README.rst
Fix changelog bullet formatting
1 parent 40b25d9 commit 75c1106

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

README.rst

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,48 +104,56 @@ Changelog
104104

105105
1.1:
106106
***********
107-
- New: add the following new modes:
107+
108+
* **New**: add the following new modes:
109+
108110
- pyqode.python.PyAutoCompleteMode
111+
109112
- pyqode.python.CommentsMode
110-
- pyqode.python.DocumentAnalyserMode
113+
114+
- pyqode.python.DocumentAnalyserModeµ
115+
111116
- pyqode.python.GoToAssignmentsMode
112117

113-
- New: add the following new panels:
118+
* **New**: add the following new panels:
119+
114120
- pyqode.python.QuickDocPanel
121+
115122
- pyqode.python.SymbolBrowserPanel
116123

117-
- New: CodeCompletion: provides method to interact with the subprocess interpreter
124+
* **New**: CodeCompletion: provides method to interact with the subprocess interpreter
118125

119-
- New: Add CodeCompletion preload hooks
126+
* **New**: Add CodeCompletion preload hooks
120127

121-
- New: Add pyqode.python.Boostrapper class to help start the code completion with a list of modules to preload + example with a splash screen.
128+
* **New**: Add pyqode.python.Boostrapper class to help start the code completion with a list of modules to preload + example with a splash screen.
122129

123-
- Fix: Disable actions which depends on preload
130+
* **Fix**: Disable actions which depends on preload
124131

125-
- Fix: Disable code completion in commente and strings
132+
* **Fix**: Disable code completion in commente and strings
126133

127-
- Fix: Better highlighting in docstrings (highlighting was lost when there was an ‘=’ in the docstring.
134+
* **Fix**: Better highlighting in docstrings (highlighting was lost when there was an ‘=’ in the docstring.
128135

129136
1.0:
130137
***********
138+
131139
Final 1.0 release, add documentation
132140

133141
1.0b3:
134142
**********
135143

136-
- fix syntax highlighting bugs with triple quoted string inside comment or
144+
* fix syntax highlighting bugs with triple quoted string inside comment or
137145
string literals
138146

139-
- fix bugs with designer plugins
147+
* fix bugs with designer plugins
140148

141-
- update code completion provider to use jedi 0.7
149+
* update code completion provider to use jedi 0.7
142150

143-
- many other bug fixes
151+
* many other bug fixes
144152

145153
1.0b2:
146154
************
147155

148-
- fix code completion icons path
156+
* fix code completion icons path
149157

150158
1.0b:
151159
************

0 commit comments

Comments
 (0)