Skip to content

Commit

Permalink
Update change log and bump version to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jun 28, 2015
1 parent c3ac6f1 commit d115896
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Change Log
==========
2.6.6
-----

Fixed bugs:
- FSTreeView: fix bug with cut of directories
- SplittableCodeEditTabWidget: fix keep unique tab text on save
- FileManager: fix bug in clean text when text is empty
- FileManager: fix log level of unwanted/parasiting info messages
- FileManager: don't save file if editor is not dirty and encoding has not changed
- Folding: fix issue with deleting folded scope.

2.6.5
-----

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.6.dev1'
__version__ = '2.6.6'

0 comments on commit d115896

Please sign in to comment.