##// END OF EJS Templates
remove InlineBackend.quality from whatsnew
MinRK -
Show More
@@ -231,8 +231,6 b' Other changes'
231 1.12.1.
231 1.12.1.
232
232
233 * The InlineBackend.figure_format flag now supports JPEG output if PIL/Pillow is available.
233 * The InlineBackend.figure_format flag now supports JPEG output if PIL/Pillow is available.
234 * The new ``InlineBackend.quality`` flag is a Integer in the range [10, 100] which controls
235 the quality of figures where higher values give nicer images (currently JPEG only).
236
234
237 * Input transformers (see :doc:`/config/inputtransforms`) may now raise
235 * Input transformers (see :doc:`/config/inputtransforms`) may now raise
238 :exc:`SyntaxError` if they determine that input is invalid. The input
236 :exc:`SyntaxError` if they determine that input is invalid. The input
General Comments 0
You need to be logged in to leave comments. Login now