Sha256: 2fac34447b3be46c50a5634f5a22438e3f2e926d3b363f9bab4aabba58a07052
Contents?: true
Size: 745 Bytes
Versions: 1
Compression:
Stored size: 745 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. ## [0.5.0] - 2020-01-22 ### Added - Global error type `SmartCore::TypeError` inherited from `::TypeError`; ## [0.4.0] - 2020-01-19 ### Added - `SmartCore::Engine::Lock` - simple reentrant-based locking primitive; ## [0.3.0] - 2020-01-17 ### Added - Global error type `SmartCore::NameError` inherited from `::NameError`; ### Changed - Actualized development dependencies; ### Fixed - Invalid gem requirement in `bin/console`; ## [0.2.0] - 2020-01-02 ### Changed - `SmartCore::FrozenError` inherits classic `::FrozenError` behaviour for `Ruby >= 2.5.0` and old `::RuntimeError` behaviour for `Ruby < 2.5.0`; ## [0.1.0] - 2020-01-02 - Minimalistic Release :)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_engine-0.5.0 | CHANGELOG.md |