| OLD | NEW |
| 1 ## 0.5.1+4 |
| 2 |
| 3 * Use a more refined implementation of `Map` in `PbMapMixin` |
| 4 |
| 1 ## 0.5.1+3 | 5 ## 0.5.1+3 |
| 2 | 6 |
| 3 * Performance: eliminate some dynamic calls. | 7 * Performance: eliminate some dynamic calls. |
| 4 | 8 |
| 5 ## 0.5.1+2 | 9 ## 0.5.1+2 |
| 6 | 10 |
| 7 * Bugfix: remove dependency on `pkg/crypto` for real. | 11 * Bugfix: remove dependency on `pkg/crypto` for real. |
| 8 | 12 |
| 9 ## 0.5.1+1 | 13 ## 0.5.1+1 |
| 10 | 14 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 non-zero offsets were handled incorrectly. | 91 non-zero offsets were handled incorrectly. |
| 88 | 92 |
| 89 ## 0.3.5 | 93 ## 0.3.5 |
| 90 | 94 |
| 91 * Allow constants as field initial values as well as creation thunks to reduce | 95 * Allow constants as field initial values as well as creation thunks to reduce |
| 92 generated code size. | 96 generated code size. |
| 93 | 97 |
| 94 * Improve the performance of reading a protobuf buffer. | 98 * Improve the performance of reading a protobuf buffer. |
| 95 | 99 |
| 96 * Fixed truncation error in least significant bits with large Int64 constants. | 100 * Fixed truncation error in least significant bits with large Int64 constants. |
| OLD | NEW |