Skip to content

Commit

Permalink
Release 0.80.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Nov 20, 2023
1 parent da67686 commit 0e22d53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 0.80.2
--------------

- Updates the onclick for the instructor name to activate on keyup, fixes an issue with financial assistance page serialization (#2001)
- Adding "text-break" so the browser will break long words into lines if it has to (#2000)
- If the FA form is for a different program, pull that program's page URL as the root rather than the one we've been asked for (#1998)
- Headings for required courses start date (#1995)
- Product Page: Display none for hidden text (#1996)

Version 0.80.1 (Released November 14, 2023)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from main.celery_utils import OffsettingSchedule
from main.sentry import init_sentry

VERSION = "0.80.1"
VERSION = "0.80.2"

log = logging.getLogger()

Expand Down

0 comments on commit 0e22d53

Please sign in to comment.