Commit f44803cf by jimabramson

add CHANGELOG.rst

parent 2e1c3fbd
Change Log
----------
These are notable changes in cs_comments_service. This is a rolling list of changes,
in roughly chronological order, most recent first. Add your entries at or near
the top. Include a label indicating the component affected.
**models:** added a new sorting key and index to `Comment` documents, removing the need
for certain hierarchical db queries. Also added a copy of the author's username
to `Comment` and `CommentThread` models, to reduce the number db queries.
IMPORTANT: these changes require a data backpopulation to be run BEFORE deploying
updated code. The backpopulation script is located at
scripts/db/migrate-001-sk-author_username.js
and should be run directly against your MongoDB instance.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment