Skip to content

Commit

Permalink
Updated CL
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Apr 11, 2018
1 parent 5f703d4 commit 5bb57af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Changelog
=========

## Unreleased
## Develop

- [Application] Large restructuring of code, almost everything is now in an extension.
- [VIM Plugin] `g:phpactorBranch` can be used to set the update branch.

## Master

Features:

- [WorseReflection] Can infer types from `if` and `assert` statements with
`instanceof` operator. Works both within the conditional scope and
outside if the conditional returns or throws an exception (i.e. better
completion).
- [VIM Plugin] `g:phpactorBranch` can be used to set the update branch.

Bug fixes:

Expand All @@ -31,7 +35,6 @@ Improvements:
- [Docblock] Be tolerant of invalid tags, fixes #382
- [WorseReflection] Refactored FrameBuilder: Extracted walkers
- [WorseReflection] [Expression evaluator](https://github.com/phpactor/worse-reflection/blob/master/lib/Core/Inference/ExpressionEvaluator.php).
- [Application] Large restructuring of code, almost everything is now in an extension.

## 0.1.0

Expand Down

0 comments on commit 5bb57af

Please sign in to comment.