Skip to content

Commit

Permalink
Prepare release 4.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Sep 23, 2015
1 parent eced2ce commit c205158
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Change Log
==========

2.6.9
-----

Fixed bugs:

- fix UnicodeDecodeError with the backend process
- fix cursor selection lost after a case conversion
- fix context menu entries not working at mouse position

2.6.8
-----

Fixed bugs:

- fix a few more type errors when using PyQt5.5
- fix runtime error in outline mode if the editor has been deleted before
- fix runtime error in outline mode if the editor has been deleted before
the timer elapsed.

2.6.7
Expand Down
2 changes: 1 addition & 1 deletion pyqode/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
widget, i.e. pyqode.core is a generic code editor widget.
"""

__version__ = '2.6.8'
__version__ = '2.6.9'

0 comments on commit c205158

Please sign in to comment.