Update changelog for release 1.1.0 (#317)

This commit is contained in:
Alexandre Rostovtsev 2021-09-27 12:23:51 -04:00 committed by GitHub
parent eabe5f7fe9
commit 50d2680f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,27 @@
Release 1.1.0
**New Features**
- Gazelle: support relative imports (#271) and imports from `@bazel_tools`
(#273)
- Add partial.is_instance() (#276)
- Allow unittest.suite() to accept partial calls of test rules (#276)
- Allow specifying additional aspects to target under test in
analysistest.make() (#299)
- Add Windows support for build_test (#302)
**Incompatible Changes**
- structs.to_dict() ignores deprecated to_json()/to_proto() methods (#295)
**Contributors**
aiuto, alandonovan, Alex Eagle, Alexandre Rostovtsev, Andrew Z Allen, c-parsons,
Christopher Sauer, Daniel Wagner-Hall, David Sanderson, dmaclach, Laurent Le
Brun, Mansur, Olek Wojnar, Philipp Wollermann, River, Samuel Giddins, Thaler
Benedek
Release 1.0.3
**Significant Changes**