Skip to content

Commit

Permalink
Merge pull request #296 from sabracrolleton/master
Browse files Browse the repository at this point in the history
Fix bug in a warning in execute-file that referred to the current package
  • Loading branch information
sabracrolleton authored Feb 11, 2022
2 parents a4a13ec + 76e5594 commit a64ea4c
Show file tree
Hide file tree
Showing 7 changed files with 148 additions and 83 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Changelog v. 1.33.3
Fix bug in a warning in execute-file that referred to the current package rather than Postmodern.

Added retry-transaction restart in the call-with-transaction function

# Changelog v. 1.33.2

Fix bug in export functions when user tries to export nil into a database
Expand Down
2 changes: 1 addition & 1 deletion cl-postgres.asd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:author "Marijn Haverbeke <[email protected]>"
:maintainer "Sabra Crolleton <[email protected]>"
:license "zlib"
:version "1.33.2"
:version "1.33.3"
:depends-on ("md5" "split-sequence" "ironclad" "cl-base64" "uax-15"
(:feature (:or :sbcl :allegro :ccl :clisp :genera
:armedbear :cmucl :lispworks)
Expand Down
134 changes: 67 additions & 67 deletions doc/postmodern.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a64ea4c

Please sign in to comment.