From 79382dca5417b185bb57f3de30019f4f4c9b2bf8 Mon Sep 17 00:00:00 2001 From: Ryan Fitzgerald Date: Tue, 25 Oct 2011 21:24:43 -0700 Subject: [PATCH] update changelog and contributors --- CHANGELOG | 18 ++++++++++++++++-- CONTRIBUTORS | 24 +++++++++++++----------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d24920ac..3a9c1dcb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,18 @@ -*/10/2011 version 0.9.7 +25/10/2011 version 0.9.7 + +MAJOR NEW FEATURES: +- upgraded ls command to have a more intuitive interface +- added automatic indentation (thanks YorickPeterse!) +- added Pry::Method wrapper class to encapsulate method-related functionality + +complete CHANGELOG: +* fixed syntax highlighting for object literals +* fixed ActiveSupport method-naming conflict with "in?" +* started using JRuby parser for input validation in JRuby (thanks pangloss!) +* fixed bug where ~/.pryrc could be loaded more than once (thanks kelseyjudson!) +* added parse_options! helper to pull option parsing out of commands +* Pry now respects the terminal's input encoding +* moved some requires out of the startup process for improved speed * added input_array info to DEFAULT_PROMPT, e.g [1] pry(main)> * added --no-history option to pry binary (prevent history being LOADED, history will still be saved) @@ -81,7 +95,7 @@ complete CHANGELOG: * ls separator configurable via, e.g Pry.config.ls.separator = " " * Pry.view_clip() now only calls inspect on a few immediates, otherwise uses the #<> syntax, which has been truncated further to exclude teh mem address, again related to #245 -*/7/2011 version 0.9.3 +27/7/2011 version 0.9.3 * cat --ex (cats 5 lines above and below line in file where exception was raised) * edit --ex (edits line in file where exception was raised) * edit -t (opens a temporary file and evals it in current context when closed) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 11938309..064a3d51 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,20 +1,22 @@ - 686 John Mair + 687 John Mair + 82 Conrad Irwin 76 Rob Gleeson + 67 Ryan Fitzgerald 50 Lee Jarvis - 49 Ryan Fitzgerald 47 Mon ouïe - 42 Conrad Irwin 18 David Palm 13 epitron - 6 Eero Saynatkari + 8 Eero Saynatkari 6 Yorick Peterse - 2 Darrick Wiebe - 2 Eric Christopherson - 2 Xavier Shay + 3 Darrick Wiebe 2 robgleeson - 1 Gosha Arinich - 1 Jordan Running + 2 Eric Christopherson + 2 Kelsey Judson + 2 Xavier Shay 1 Josh Cheek - 1 Lars Haugseth - 1 Shawn Anderson 1 Tim Pope + 1 Gosha Arinich + 1 Shawn Anderson + 1 Jordan Running + 1 fowlmouth + 1 Lars Haugseth