Skip to content

Commit 99025e4

Browse files
authored
Changelog for release 0.13.1 (#1449)
Also update `AGENTS.md` to help coding agents auto-format release note bullets properly.
1 parent b27f13d commit 99025e4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ test class or method within that module, you can use the `--tests` flag. For exa
88
```bash
99
./gradlew :nullaway:test --tests "com.uber.nullaway.NullAwayTest"
1010
```
11+
12+
# Changelog
13+
14+
Our `CHANGELOG.md` file should be formatted as follows:
15+
16+
* Link to PRs just via their number, e.g. `#1234`, not a full GitHub URL
17+
* Don't credit `@msridhar` in changelog entries, but credit all other contributors
18+
* Under maintenance, list sub-bullets with a `-` rather than a `*`

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 0.13.1
5+
--------------
6+
7+
* Improve verification of !null -> !null contracts (#1441)
8+
* Substitute inferred `@NonNull` types for generic method inference (#1445)
9+
* Better support for some contracts with boolean argument constraints (#1447)
10+
* Maintenance
11+
- Add junit-framework as another integration test (#1446)
12+
413
Version 0.13.0
514
--------------
615

0 commit comments

Comments
 (0)