-
Notifications
You must be signed in to change notification settings - Fork 174
/
Copy pathchanges.md.html
32 lines (20 loc) · 1.29 KB
/
changes.md.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Recent Changes
## User-facing Changes
For recent changes in lint's set of features affecting users
of lint, see [](usage/changes.md.html).
## Lint API Changes
For recent changes in lint's internals affecting authors of
lint checks, see [](api-guide/changes.md.html).
## Documentation Changes
2024/07/02: New documentation on AST analysis and the Kotlin Analysis API
2022/06/29: Added documentation on how to write error messages, and fixed a bug
which had left chapters 7-11 missing from the api-guide (the chapters on
partial analysis, the dataflow analyzer, annotations and options).
2021/07/12: Documentation for the testing infrastructure test modes
2021/06/02: Documentation for the data flow analyzer and Gradle DSL
2021/03/29: Various updates
Added separate user and API guides, added a chapter on performance
tuning, added a section on how to unpublish a lint check, and a few
other edits here and there.
2021/03/15: Initial version.
<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://morgan3d.github.io/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>