Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
johanberntsson committed Nov 9, 2024
1 parent 2a2c018 commit f4cf70b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
System_file;

Constant PUNYINFORM_MAJOR_VERSION = 5;
Constant PUNYINFORM_MINOR_VERSION = 7;
Constant PUNYINFORM_MINOR_VERSION = 8;
Constant PUNYINFORM_PATCH_VERSION = 0; ! Usually 0 (if zero, it is not printed in banner)
Constant PUNYINFORM_VERSION_SUFFIX = "dev"; ! Comment out if none
!Constant PUNYINFORM_VERSION_SUFFIX = "dev"; ! Comment out if none

#Ifndef VN_1636;
Message fatalerror "*** The PunyInform library needs Inform v6.36 or later to work ***";
Expand Down
3 changes: 3 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Upcoming release:

=======
v5.8: bug fix and new feature release (9 November 2024)

- Fixed: PrintOrRun() would read a property value before checking if the property holds an array. This would give an error in strict mode, if the property held an array.
- Fixed: An empty, closed, transparent container would get the following text in a list: "(which is closed) (which is open but empty)"
- The open/closed status of a transparent container is now always printed by PrintContents.
Expand Down

0 comments on commit f4cf70b

Please sign in to comment.