###v0.12.0 Likely to cause new Flow errors: Fixed a bug where declarations from libraries which are exported from one module are not checked properly in the module into which that module is imported (e.g. if A.foo() returns a Promise, and module B requires A and calls A.foo(), the return type of A.foo() was not being checked properly) Fixed enforcement of Object and Function type annotation arity,

