Files
qt-creator/dist/changes-1.3.0
Thorbjørn Lindeijer df3484205a Updated changes with new feature by Kevin
In accordance with new policy of not waiting with updating this file
until the release is nearing.
2009-06-30 16:50:21 +02:00

22 lines
664 B
Plaintext

The QtCreator 1.3 release contains bug fixes and new features.
Below is a list of relevant changes. You can find a complete list of changes
within the logs of QtCreator's sources. Simply check it out from the public git
repository e.g.,
git clone git://gitorious.org/qt-creator/qt-creator.git
git log --pretty=oneline v1.2.0..master
This release introduces source and binary incompatible changes to the plugin
API, so if you have created your own custom plugins, they will need to be
adapted accordingly.
General:
Project support:
* Added support for adding and removing files from a generic Makefile-based
project (contributed by Kevin Michel)
...