|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 5.5.0 |
| 4 | + |
| 5 | +### Various fixes & improvements |
| 6 | + |
| 7 | +- Commit Cargo.lock (#43) by @loewenheim |
| 8 | +- Update edition to 2021 (#43) by @loewenheim |
| 9 | +- Don't rename uuid dep (#43) by @loewenheim |
| 10 | +- Remove ClassIndex (#43) by @loewenheim |
| 11 | +- Use chars (#43) by @loewenheim |
| 12 | +- Add module docs (#42) by @loewenheim |
| 13 | +- Write vectors at once (#42) by @loewenheim |
| 14 | +- Feedback (#42) by @loewenheim |
| 15 | +- Abstract out the binary search and use it in remap_method (#42) by @loewenheim |
| 16 | +- cache.rs -> cache/mod.rs (#42) by @loewenheim |
| 17 | +- Add parsing + mapping benchmarks (#42) by @loewenheim |
| 18 | +- Missed something (#42) by @loewenheim |
| 19 | +- Use correct name of cache everywhere (#42) by @loewenheim |
| 20 | +- Rename error types (#42) by @loewenheim |
| 21 | +- debug: use references (#42) by @loewenheim |
| 22 | +- Update src/cache/raw.rs (#42) by @loewenheim |
| 23 | +- Add cache to parsing benchmark (#42) by @loewenheim |
| 24 | +- Remove unwrap in binary search (#42) by @loewenheim |
| 25 | +- Remove test I committed by mistake (#42) by @loewenheim |
| 26 | +- Typo (#42) by @loewenheim |
| 27 | +- Cleanup (#42) by @loewenheim |
| 28 | +- Expand test coverage (#42) by @loewenheim |
| 29 | +- Add remapping benchmark (#42) by @loewenheim |
| 30 | +- Use binary search more aggressively (#42) by @loewenheim |
| 31 | + |
| 32 | +_Plus 10 more_ |
| 33 | + |
3 | 34 | ## 5.4.1 |
4 | 35 |
|
5 | 36 | ### Various fixes & improvements |
|
0 commit comments