This repository was archived by the owner on Jun 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
src/main/java/org/calypsonet/terminal/calypso/card Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.0.2] - 2021-11-22
10+ ### Deprecated
11+ - ` addSuccessfulStatusWord ` method (issue [ #11 ] ).
12+
913## [ 1.0.1] - 2021-11-22
1014### Added
1115- "CHANGELOG.md" file (issue [ #9 ] ).
@@ -16,10 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1620## [ 1.0.0] - 2021-10-06
1721This is the initial release.
1822
19- [ unreleased ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.1...HEAD
23+ [ unreleased ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.2...HEAD
24+ [ 1.0.2 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.1...1.0.2
2025[ 1.0.1 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.0...1.0.1
2126[ 1.0.0 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/releases/tag/1.0.0
2227
28+ [ #11 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/11
2329[ #9 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/9
2430[ #7 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/7
2531[ #6 ] : https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/6
Original file line number Diff line number Diff line change 11group = org.calypsonet.terminal
22title = Calypsonet Terminal Calypso API
33description = API defining the needed interfaces to manage Calypso cards
4- version = 1.0.1
4+ version = 1.0.2
55
66javaSourceLevel = 1.6
77javaTargetLevel = 1.6
Original file line number Diff line number Diff line change @@ -116,7 +116,9 @@ public interface CalypsoCardSelection extends CardSelection {
116116 * @param statusWord A positive int ≤ {@code FFFFh}.
117117 * @return The object instance.
118118 * @since 1.0.0
119+ * @deprecated Use {@link #acceptInvalidatedCard()} method instead.
119120 */
121+ @ Deprecated
120122 CalypsoCardSelection addSuccessfulStatusWord (int statusWord );
121123
122124 /**
You can’t perform that action at this time.
0 commit comments