Updated changes related to 0.1.0devel7

git-svn-id: http://svn.osgeo.org/qgis/trunk@1012 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-03-10 23:28:57 +00:00
parent 3326005217
commit b200a8fb01

View File

@ -1,8 +1,18 @@
QGIS Change Log
ChangeLog,v 1.32 2004/03/09 12:32:51 timlinux Exp
ChangeLog,v 1.33 2004/03/10 23:28:57 gsherman Exp
------------------------------------------------------------------------------
Version 0.2 'Pumpkin' .... development version
2004-03-10 [gs] 0.1.0devel7
** Added delimited text plugin which provides gui to add delimited text
layers using the delimited_text data provider
** Changes to delimited_text data provider to support zooming, display
of attributes, and identifying features. Selecting features does
not work at this time.
** Auto* changes to support building the delimited text provider and
plugin
** Minor changes to QgsFeature
2004-03-06 [ts] 0.1.0devel6
** Completed session management of plugins (so active plugins are remembered
when qgis closes and reloaded in the next session).