Skip to content

Commit

Permalink
New release - 0.896
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalBoy committed Aug 7, 2021
1 parent 5d48bf6 commit 7daee3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions server/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,14 @@ Revision history for perl module PLS
- Fixed an issue where syntax checking a perl file with a BEGIN
block that prints to STDOUT would cause the language client to
stop working.

0.896 2021-08-07

- Completion now handles some edge cases a little better than before
- Completion will no longer suggest things with newlines in them
- Fixes/enhancements to syntax checking/linting temporary files:
- Temporary files are now cleaned up appropriately on NFS
- Linting no longer uses a temporary file. Only syntax checking makes
use of the temporary file now.
- Temporary directories are no longer created, only temporary files.
- Temporary files now have a predictable prefix: .pls-tmp-
2 changes: 1 addition & 1 deletion server/lib/PLS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package PLS;
use strict;
use warnings;

our $VERSION = '0.895';
our $VERSION = '0.896';

=head1 NAME
Expand Down

0 comments on commit 7daee3b

Please sign in to comment.