Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 981 Bytes

Change Log

Version 1.2.1 (2015-02-17)

  • Fix: Enforce Java 1.7 compatibility for the plugin.

Version 1.2.0 (2015-02-12)

  • Plugin ID is now 'com.jakewharton.hugo' (instead of just 'hugo').
  • Support annotating entire classes with @DebugLog.
  • Include thread names for non-main threads in the log.
  • Lower the minimum supported runtime to API 7. Woooo Eclair!
  • Log using verbose level.
  • Fix: Escape unprintable characters.
  • Fix: Eliminate intermittent VerifyError occurrences.

Version 1.1.0 (2014-04-05)

  • Support the 0.10.x Android plugin.

Version 1.0.1 (2013-12-08)

  • Support for printing primitive arrays.
  • Invocation time is now displayed before return value for convenience.
  • Logging is now enabled for all builds marked as debuggable.

Version 1.0.0 (2013-12-02)

Initial release.