@@ -13,18 +13,42 @@ This changelog also serves to acknowledge the incredible people who've contribut
1313
1414## [ Unreleased]
1515
16+ ### Breaking change / enhancement
17+ * Show Community Resources in the same contributions page as all other contributions #980
18+ * Note: this isn't technically a breaking change, but significant enough that we felt it important to highlight.
19+
1620### Enhancements
17- * Show Community Resources in the same contributions page as all the other contributions
21+ * Improvements to single announcement display #928
22+ * Have the 'display nav bar' setting apply more consistently #806 , #966 , #968
23+ * Emails are now validated #965
24+ * Display contributor names to authorized viewers #917 , #791
25+ * Add simple script to a single user to the app #977
26+ * Make admin section of nav bar a dropdown #963
1827
1928### Security vulnerabilities fixed
2029* Fix bug in authorization logic that allows a guest user to view names, emails, addresses of other people #951
2130 * We recommend all installations update to this release IMMEDIATELY.
2231
2332### Other bugfixes
2433* Fix breakage in claiming a contribution #946
34+ * Ensure only one organization is able to own an installation #926
35+ * Update map view as filters are toggled #970
36+ * Only show Feedback button to authorized users #996
2537
2638### Development notes
39+ * Simplify and enhance our Rubocop setup, based on customizations on top of StandardRB #935 (see other PRs listed therein)
40+ * Add rubocop checks to CI #801 , #935
41+ * Change specs so they don't rely on the test DB being seeded #927
2742* Rework how contribution filtering works under the hood #546
43+ * Add authorization checks to our serializers #953
44+ * Lay groundwork for system specs #956
45+ * Add Procfile.dev to document local processes required and support ` foreman ` , ` invoker ` etc #997
46+
47+ ### New contributors! 🙏🏾 💞
48+ * @vurtn
49+ * @jadedickinson
50+ * @dianaliao
51+ * @bobmazanec
2852
2953## [ 0.5.0] - 2021-04-08
3054### Enhancements
0 commit comments