Skip to content

Commit

Permalink
Remove the deprecated :init keyword argument. (#195)
Browse files Browse the repository at this point in the history
`:init` is replaced by the special macro argument `:with`.  It was marked
deprecated by PR #163.

- Remove the relevant code.
- Remove the relevant tests.
- Edit a few tests.

See also issue #146.
  • Loading branch information
okamsn committed Mar 9, 2024
1 parent 80c8656 commit 0e08afc
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 308 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This document describes the user-facing changes to Loopy.

## Unreleased

### Breaking Changes

- The deprecated `:init` keyword argument has been removed ([#195], [#146]).
Use the `with` special macro argument instead.

[#195]: https://github.com/okamsn/loopy/pull/195

## 0.12.2

- Correct the `.elpaignore` file.
Expand Down
3 changes: 3 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ please let me know.
-----

_Recent breaking changes:_
- Unreleased:
- The deprecated =:init= keyword argument has been removed. Use the =with=
special macro argument instead.
- Version 0.12.0:
- The boolean commands =always=, =never=, and =thereis= now behave more like
accumulation commands and use ~loopy-result~ by default.
Expand Down
Loading

0 comments on commit 0e08afc

Please sign in to comment.