diff options
Diffstat (limited to 'changes/bug10870')
-rw-r--r-- | changes/bug10870 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/changes/bug10870 b/changes/bug10870 index d8a00f402..4c8d043e1 100644 --- a/changes/bug10870 +++ b/changes/bug10870 @@ -1,6 +1,6 @@ o Code simplification and refactoring: - Remove data structures which were introduced to implement the CellStatistics option: they are now redundant with the addition - of timestamp to the regular packed_cell_t data structure, which - we did in 0.2.4.18-rc in order to resolve #9093. Fixes bug - 10870.
\ No newline at end of file + of a timestamp to the regular packed_cell_t data structure, which + we did in 0.2.4.18-rc in order to resolve ticket 9093. Implements + ticket 10870. |