Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Goldman
iterate
Commits
c24f6715
Commit
c24f6715
authored
May 23, 2021
by
Robert Goldman
Browse files
Bump version for `count` deprecation.
parent
f9452956
Pipeline
#3861
passed with stage
in 4 minutes and 27 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Changelog.md
0 → 100644
View file @
c24f6715
# Changelog
This changelog has a great deal of catch-up still to be done, but rather than further postponing its creation, we are just going to start here.
| Version | Date | Description |
|---------|------------------|---------------------------------------------------------|
| 1.5.3 | [2021-05-23 Sun] | Deprecate the use of
`count`
as synonym for
`counting`
. |
| | | |
iterate.asd
View file @
c24f6715
...
...
@@ -3,7 +3,7 @@
(
defsystem
:iterate
:description
"Jonathan Amsterdam's iterator/gatherer/accumulator facility"
:licence
"MIT"
:version
"1.5.
2
"
:version
"1.5.
3
"
:in-order-to
((
test-op
(
test-op
:iterate/tests
)))
:components
((
:file
"package"
)
(
:file
"iterate"
:depends-on
(
"package"
))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment