Skip to content

Commit bc1fa2e

Browse files
committed
docs: keep only latest changelog entries
1 parent c78839a commit bc1fa2e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Changelog
1+
# What's Changed
22

3-
## 0.1.2
3+
<!-- Keep only the latest release notes here. Do not include a version number or
4+
append older releases. Replace the entries below when publishing a new release. -->
45

56
- Replace the Java/AIDL struct-list parser APIs with file-level parsers that
67
return package, filtered imports, and structs.
@@ -9,13 +10,3 @@
910
- Generate constants as uninitialized `static` fields so callers do not inline
1011
compile-time values.
1112
- Render concrete class methods returning `void` with an empty body.
12-
13-
## 0.1.1
14-
15-
- Support `ClassName()` shorthand for querying all constructor overloads.
16-
17-
## 0.1.0
18-
19-
- Reuse unchanged Android framework source across tags with conditional ETag requests.
20-
- Share cached representations across the AOSP and android-cs GitHub mirrors.
21-
- Coalesce concurrent downloads and persist tag-ordered ETag metadata in the SQLite cache.

0 commit comments

Comments
 (0)