aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog.markdown
AgeCommit message (Collapse)Author
2009-09-03Added changelog note for previous commit.Reinier Zwitserloot
2009-09-03Added changelog on previous commit.Reinier Zwitserloot
2009-09-03I think this one FINALLY fixes the problems with SneakyThrows! Issue #30Reinier Zwitserloot
2009-09-02There was an issue for that last fix (of @SneakyThrows in eclipse), so added ↵Reinier Zwitserloot
an explanation plus a link to the issue to the changelog.
2009-09-01Fixed documentation, specifically: added eclipse help system fix to the ↵Reinier Zwitserloot
changelog, and added some documentation on the special handling of @NonNull/@NotNull/@Nullable for Data and Getter/Setter on the website docs.
2009-08-28Fixes issue #35: ToString now defaults to includeFieldNames=true.Reinier Zwitserloot
2009-08-28Updated documentation for @NonNull (and the changelog).Reinier Zwitserloot
2009-08-27Updated the changelog (WIP 0.8.4)Reinier Zwitserloot
2009-08-21Whoops, forgot to update the changelog of 0.8.3.Reinier Zwitserloot
2009-08-01The warning for not enabling callSuper cannot be avoided, but there are ↵Reinier Zwitserloot
legal reasons for using it, so, changed it: explicitly setting 'callSuper=false' removes the warning. You only get the warning if callSuper is false because that's the default. Fixes issue #13
2009-07-29Use single quote instead of double quote in javadoc generation due to wonkyRoel Spilker
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
2009-07-27Reflected issues #8 and #11 in the changelog.Reinier Zwitserloot
2009-07-26Added changelog tracking.Reinier Zwitserloot