2021-06-23 18:38:23 +02:00
|
|
|
# Changelog of versions
|
|
|
|
|
|
|
|
|
2021-06-23 19:22:19 +02:00
|
|
|
## Version 0.3.0 (Breaking 0.2.0)
|
2021-06-23 18:38:23 +02:00
|
|
|
- Added: Stack.isEmpty was missing
|
2021-06-23 19:07:30 +02:00
|
|
|
- Changed: remove/removeLast/enqueue/enqueueFirst no longer use Type Suffixes
|
|
|
|
- Removed: Suffixes for unmodifiable & synchronize functions.
|
2021-06-23 19:22:19 +02:00
|
|
|
- Changed: Primitive Stacks no longer depend on the base Stack class. Because seriously not needed.
|
|
|
|
- Changed: PriorityQueues no longer extends Object Variant.
|