You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Read the [CONTRIBUTING document](https://github.com/monicahq/monica/blob/master/CONTRIBUTING.md) before submitting your PR.
4
+
-[ ] If the PR is related to an issue or fix one, don't forget to indicate it.
5
+
-[ ] Make sure that the change you propose is the smallest possible.
6
+
-[ ] Screenshots are included if the PR changes the UI.
7
+
-[ ] Tests added for this feature/bug.
8
+
-[ ][CHANGELOG](https://github.com/monicahq/monica/blob/master/CHANGELOG) entry added, if necessary, under `UNRELEASED`.
9
+
-[][CONTRIBUTORS](https://github.com/monicahq/monica/blob/master/CONTRIBUTORS) entry added, if necessary.
10
+
-[ ] Indicate `[wip]` in the title of the PR it is is not final yet. Remove `[wip]` when ready. Otherwise the PR will be considered complete and rejected if it's not working.
Copy file name to clipboardExpand all lines: CHANGELOG
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
UNRELEASED CHANGES:
2
+
3
+
-
4
+
5
+
RELEASED VERSIONS:
6
+
7
+
v0.1.0 - 2017-06-26
8
+
-------------------
9
+
10
+
* First official release. We'll now follow this structure. If you self host, we highly recommend that you check the latest tag instead of pulling from master.
11
+
12
+
2017-06-24
13
+
----------
14
+
15
+
Improvements:
16
+
* On the people's tab, filters are now placed above the table.
0 commit comments