Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ nosetests.xml
htmlcov
benchmark_histograms/

# Pants workspace files
/.pants.d/
/dist/
/.pids
/.pants.workdir.file_lock*

# Mr Developer
.idea
.DS_Store
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Added
* Added purging of old tokens. #5679
Contributed by Amanda McGuinness (@amanda11 intive)

* Begin introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713
Contributed by @cognifloyd

Changed
~~~~~~~

Expand Down
Loading