Skip to content

Commit ff5b938

Browse files
committed
Move changelog away from readme
1 parent 5548887 commit ff5b938

File tree

2 files changed

+12
-40
lines changed

2 files changed

+12
-40
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# History
22

3+
##v1.2.0 - unreleased
4+
- Added NeedlessNullnessDetector to report on needless @Nullable / @NonNull
5+
annotations on primitive / void parameters and return types.
6+
7+
##v1.1.9
8+
- Fix compatibility with latest android tools.
9+
- Fix NPE in `InstanceStateDetector` when not using constants as keys.
10+
- Not using constants as keys in `InstanceStateDetector` is now reported.
11+
12+
##v1.1.8
13+
- Use Java 7 instead of 8.
14+
315
##v1.1.7
416
* Fix scope of the detectors
517
* Fix in ParcelDetector when check for missing calling super

README.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -51,46 +51,6 @@ you `AndroidManifest.xml`
5151
In the project there is a script that download the jar with all the linters and
5252
it will copy to your directory `$HOME/.android/lint/`
5353

54-
## History
55-
56-
###v1.1.9
57-
- Fix compatibility with latest android tools.
58-
- Fix NPE in `InstanceStateDetector` when not using constants as keys.
59-
- Not using constants as keys in `InstanceStateDetector` is now reported.
60-
61-
###v1.1.8
62-
- Use Java 7 instead of 8.
63-
64-
###v1.1.7
65-
- Fix scope of the detectors
66-
- Fix in ParcelDetector when check for missing calling super
67-
68-
###v1.1.6
69-
- Add checks to prevent get incorrect Fields
70-
71-
###v1.1.5
72-
- Fix an issue when we are restoring a state
73-
74-
###v1.1.4
75-
- Fix checking for getArguments method when gets the variables
76-
77-
###v1.1.3
78-
- Check when a state is restored in a local variable and then in a field
79-
80-
###v1.1.2
81-
- Fix checking for local variables in InstanceStateDetector
82-
83-
###v1.1.1
84-
- Fix reading private method in ParcelDetector
85-
- InstanceStateDetector: Add temporal fix when checking for local variables
86-
87-
###v1.1.0
88-
- Add Readme, script for download the jar and licenses.
89-
90-
###v1.0.0
91-
- Add ParcelDetector, FactoryMethodDetector, InstanceStateDetector,
92-
ManifestDetector
93-
9454
# Copyright and License
9555
Copyright 2010-2015 Monits.
9656

0 commit comments

Comments
 (0)