Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Latest commit

 

History

History
52 lines (39 loc) · 7.85 KB

File metadata and controls

52 lines (39 loc) · 7.85 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

1.24.1 (2025-10-27)

1.24.0 (2025-08-29)

⚠ BREAKING CHANGES

  • change package name to blackops_legacy

  • change package name to blackops_legacy (5476920)

Features

Bug Fixes

  • Allow Constraint Streams to be used as parameters to join (47fe2fe)
  • Build 999-SNAPSHOT of upstream before running script (#47) (8922fe3)
  • Build quickly so update-child-modules work (#50) (5b65cf7)
  • Case handling in byte and bytearray methods, converting unicode to ascii array (#80) (c87d1b4)
  • Generate getters/setters that replace null with None (or vice versa) (#29) (d6ad7a1)
  • Load globals that are subclasses or instances of a class being compiled lazily (#67) (a573b12)
  • Stack effect for Python 3.11+ with, ignore missing forward references in type hints, copy extra and function attributes (#68) (03dd634)
  • type in change_versions.sh script (#48) (69b6547)
  • Use mvn:versions:update-child-modules (#49) (e1dddf5)
  • use coverage:paths to rewrite paths in coverage files (#62) (deb60d1)
  • Use daemon threads for SolverManager (#69) (57ac260)
  • Use new license file name (#55) (94b7b9a)
  • Use Python object for Score, handle descriptor correctly, do not copy parent fields (#66) (dc5fc78)