Skip to content

Commit

Permalink
changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Feb 13, 2018
1 parent a49f5e0 commit e3be7c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extra/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
all : made all non-warning/non-error compiler messages output to stdout (#4480)
all : make DCE keep constructor if any instance field is kept (#6690)
all : make `final` in structures use class notation
all : type array read access on `Array<T>` as `Null<T>` instead of just `T` for nullable `T`s (#6825)
display : added `this` and `super` to toplevel completion (#6051)
php : implemented direct method comparison. No need to use `Reflect.compareMethods()`
php : added `php.Syntax.code()` instead of deprecated `untyped __php__()` (#6708)
php : added methods to `php.Syntax` for each php operator: `??`, `?:`, `**` etc. (#6708)
Expand Down Expand Up @@ -79,7 +81,7 @@
Bugfixes:

all : fixed issue with various functions not being displayed in macro context (#6000)
all : fixed invalid static extension lookup on `super` (#3607)
all : fixed invalid static extension lookup on `super` (#3607)
all : fixed typing error when constructing enums with abstracts over functions (#6609)
all : fixed bug that skipped checking @:from typing in some cases (#6564)
all : fixed Int64 parsing of negative numbers that end in a zero (#5493)
Expand Down

0 comments on commit e3be7c2

Please sign in to comment.