~ubuntu-branches/ubuntu/utopic/kdevelop-php/utopic

« back to all changes in this revision

Viewing changes to CHANGELOG.1.2.0

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-04-07 14:53:07 UTC
  • mto: (5.1.3 sid) (1.1.5)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20110407145307-mhsjacup5bv43vkq
Tags: upstream-1.2.2
Import upstream version 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ChangeLog for php v1.2.0
2
 
========================
3
 
 
4
 
* Milian Wolff: set version to 1.2.0 and look for same versioned kdevplatform in preparation of release
5
 
* Milian Wolff: fix test logic
6
 
* Milian Wolff: only take encountered declarations into account when checking for redeclarations
7
 
* Milian Wolff: don't report use for same range as declaration of parent-namespace, happens with nested namespaces, fixes test
8
 
* Milian Wolff: properly pass topducontext to update along
9
 
* Milian Wolff: force updated range when encountering variable declaration
10
 
* Milian Wolff: prevent explicitlyGlobal import identifiers for namespace alias declaration, fixes assert
11
 
* Milian Wolff: prevent crash in ExpressionVisitor::visitEncapsVar when class is currentClass and hence internalContext is not yet set