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
Copy file name to clipboardExpand all lines: Changelog.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
Changelog
2
2
3
+
v1.4.0 (1-24-20)
4
+
5
+
## Frontend Changes
6
+
7
+
- Result Summary Panel added to search results. Each case number is an in-page link to that case's details (#756)
8
+
- Adjusted Case header format to match prototype, and include the County (#766)
9
+
- Website landing page added with a link to app login (#744)
10
+
- Add User and Edit User components added, but are not yet functional (#729)
11
+
- Minor tweak to the error banner for an unrecognized ruling (#759)
12
+
13
+
## Expungement Logic Fixes
14
+
15
+
- Amended Disposition gets parsed as an additional disposition event. The last disposition event for each charge determines that charge's final ruling (#758)
16
+
- Rewrite of time analysis logic that correctly handles a pair of non-blocking violations, in addition to preventing other potential bugs (#742)
17
+
18
+
## Other Bug Fixes
19
+
20
+
- Navigating to the app on Http will redirect silently to Https (preventing a possible login error) (#740)
0 commit comments