Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.62 KB

Changelog

1.0.0 (2023-05-16)

⚠ BREAKING CHANGES

  • move back to rusty_pool as it has no memory leaks
  • move to threadpool, fix excess memory usage

Features

  • add c_functions.rs (4323904)
  • add preliminary c_functions.rs code (2060eb6)
  • breeze.rs: make parse_files take in a number of jobs (db2c87c)

Bug Fixes

  • c_functions: correct ManuallyDrop scope (9c289c3)
  • c_functions: fix memory leak in test (3488255)

Performance Improvements

  • don't create many norg languages (4f8bca8)
  • move to threadpool, fix excess memory usage (7c158ae)

Code Refactoring

  • move back to rusty_pool as it has no memory leaks (3683c0c)

0.1.0 (2023-03-11)

Features