From 6a041d21f23103ad0045ed0d0a78f0f71ee198e9 Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Mon, 8 Mar 2021 22:46:06 -0600 Subject: [PATCH] toString() now returns the content type --- .../META-INF/resources/ao-encoding/changelog.jspx | 3 ++- .../java/com/aoindustries/encoding/MediaType.java | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/book/src/main/resources-filtered/META-INF/resources/ao-encoding/changelog.jspx b/book/src/main/resources-filtered/META-INF/resources/ao-encoding/changelog.jspx index 31c36382..519326f1 100644 --- a/book/src/main/resources-filtered/META-INF/resources/ao-encoding/changelog.jspx +++ b/book/src/main/resources-filtered/META-INF/resources/ao-encoding/changelog.jspx @@ -37,7 +37,7 @@ along with ao-encoding. If not, see . shortTitle="Changelog" tocLevels="1" datePublished="2016-10-29T20:03:30-0500" - dateModified="2021-03-08T16:23:19-06:00" + dateModified="2021-03-08T22:44:48-06:00" > . TextWriter.text(Object) now supports Writable that isFastToString(), which allows for both optimizations and access to characters for automatic newline and indentation. +
  • MediaType.toString() now returns the content type.