Skip to content

Release v1.0.1323

Compare
Choose a tag to compare
@JurajKubelka JurajKubelka released this 19 Nov 20:42
· 1 commit to main since this release
Release version v1.0.1323

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1323/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/lepiter/commit/192838 by Alistair Grant
LeBinaryContentsHash class>>fromString:

Temporary fix: revert `#hashStream:` which doesn't handle wide strings with `#hashMessage:` and use a local copy of `WideString>>asByteArray` avoiding external dependencies. [feenkcom/gtoolkit#4170]