Browse Source

Version bump and update changelog

Getty Ritter 6 years ago
parent
commit
97ebde54ed
2 changed files with 21 additions and 1 deletions
  1. 20 0
      CHANGELOG.md
  2. 1 1
      s-cargot.cabal

+ 20 - 0
CHANGELOG.md

@@ -1,3 +1,23 @@
+v0.1.3.0
+=======
+
+Features:
+
+* Added the `Located` type for source location tracking for `atom`
+  values (thanks ckoparkar!)
+* Added `unconstrainedPrint`, which does not try to restrict a printed
+  s-expression to a fixed width but will attempt to indent it in a
+  reasonable way nonetheless.
+
+Fixes:
+
+* Pretty-printing configurations created with `flatPrint` now use a
+  _much_ more efficient pretty-printer.
+* Internally, pretty-printers use a richer type which improves
+  performance somewhat by cutting down on repeated intermediate
+  printing, and future work will build on this to make printing even
+  more efficient.
+
 v0.1.2.0
 =======
 

+ 1 - 1
s-cargot.cabal

@@ -1,5 +1,5 @@
 name:                s-cargot
-version:             0.1.2.0
+version:             0.1.3.0
 synopsis:            A flexible, extensible s-expression library.
 homepage:            https://github.com/aisamanra/s-cargot
 description:         S-Cargot is a library for working with s-expressions in