Document typedef move

This commit is contained in:
Peter Robins
2016-05-08 09:50:22 +00:00
parent dd358af0f2
commit 0daa2cf574
2 changed files with 35 additions and 5 deletions

12
changelog/v3.16.0.md Normal file
View File

@@ -0,0 +1,12 @@
# v3.16.0
## Summary
## Upgrade notes
### v3.16.0
#### Move of typedefs out of code and into separate file
This change should not affect the great majority of application developers, but it's possible there are edge cases when compiling application code together with the library which cause compiler errors or warnings. In this case, please raise a GitHub issue. `goog.require`s for typedefs should not be necessary.