aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2021-09-27 12:23:51 -0400
committerGitHub <noreply@github.com>2021-09-27 12:23:51 -0400
commit50d2680f5f670ad887a4a43c8322827850a1e605 (patch)
tree64edd3cf090437d7f570ed6964865ba93b2740ed
parenteabe5f7fe9ad744f0074d61c65fb29dd3d228a68 (diff)
downloadbazel-skylib-50d2680f5f670ad887a4a43c8322827850a1e605.tar.gz
Update changelog for release 1.1.0 (#317)upstream/1.1.0
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7939d75..313c1b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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**