Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.28 KB

Changelog

0.3.0 (2023-06-12)

⚠ BREAKING CHANGES

  • setup: Removed yank-indent-setup and yank-indent-teardown functions.

Bug Fixes

  • setup: simplify package/load setup by not using a global advice (b047e91)

0.2.0 (2023-04-25)

⚠ BREAKING CHANGES

  • customization: Rename global mode customization variables.

Bug Fixes

  • customization: rename customize variables related to global mode (84f3b3e)
  • internal: do not add advice on package load (9b1d01b)

0.1.1 (2023-04-23)

Bug Fixes

  • autoload: do not autoload advice-add calls (7619fc6)

0.1.0 (2023-04-18)

Features