Skip to content

Commit efa2a6a

Browse files
author
florianlink
committed
added changelog message
git-svn-id: http://svn.code.sf.net/p/pythonqt/code/trunk@44 ea8d5007-eb21-0410-b261-ccb3ea6e24a9
1 parent 79aa21d commit efa2a6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.txt

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
Version 1.1 ChangeLog:
33

4+
florianlink | 2009-03-30
5+
- removed warnings
6+
- fixed some memory leaks (only on library cleanup)
7+
- fixed bad QString usage as %s argument
8+
- added PythonQtQFileImporter, which implements a default importer using QFile
9+
- added PythonQt::self()->installDefaultImporter() to enable the new default importer
10+
- modified example to make use of new importer
11+
- removed ugly goto, which was copied from original zip import
12+
413
florianlink | 2008-09-01
514
- merged in features/fixes from the MeVisLab repository:
615
- added createModuleFromFile/createModuleFromScript/createUniqueModule

0 commit comments

Comments
 (0)