Skip to content

Commit d115896

Browse files
Update change log and bump version to 2.6.6
1 parent c3ac6f1 commit d115896

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Change Log
22
==========
3+
2.6.6
4+
-----
5+
6+
Fixed bugs:
7+
- FSTreeView: fix bug with cut of directories
8+
- SplittableCodeEditTabWidget: fix keep unique tab text on save
9+
- FileManager: fix bug in clean text when text is empty
10+
- FileManager: fix log level of unwanted/parasiting info messages
11+
- FileManager: don't save file if editor is not dirty and encoding has not changed
12+
- Folding: fix issue with deleting folded scope.
13+
314
2.6.5
415
-----
516

pyqode/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
widget, i.e. pyqode.core is a generic code editor widget.
99
"""
1010

11-
__version__ = '2.6.6.dev1'
11+
__version__ = '2.6.6'

0 commit comments

Comments
 (0)