Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 583 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 583 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

  • Replaced confirmation with (Y/n) prompt
  • Fixed a typo in PrintSession.authenticate, where a useless variable "prompt" was set
  • Removed "import json", since the request module's built-in .json() function is used for parsing
  • Added catch block for ValueError, thrown when JSON cannot be parsed from server response