From 6d328e419dfd2b601c6879d03c473a425f44b155 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Wed, 24 Apr 2013 15:46:52 +0200 Subject: [PATCH] Release 1.2.0 --- README.md | 10 ++++++++++ dash.el | 2 +- readme-template.md | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 340d66a..82ca464 100644 --- a/README.md +++ b/README.md @@ -776,6 +776,16 @@ the tests are always running and the docs are always in sync: Oh, and don't edit `README.md` directly, it is auto-generated. Change `readme-template.md` or `examples-to-docs.el` instead. +## Changelist + +### From 1.1.0 to 1.2.0 + +- Add `-last` (Matus Goljer) +- Add `-insert-at` (Emanuel Evans) +- Add `-when-let` and `-if-let` (Emanuel Evans) +- Add `-when-let*` and `-if-let*` (Emanuel Evans) +- Some bugfixes + ## Contributors - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, `-zip` and `-zip-with`. diff --git a/dash.el b/dash.el index 252dd27..2cb00b8 100644 --- a/dash.el +++ b/dash.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2012 Magnar Sveen ;; Author: Magnar Sveen -;; Version: 1.1.0 +;; Version: 1.2.0 ;; Keywords: lists ;; This program is free software; you can redistribute it and/or modify diff --git a/readme-template.md b/readme-template.md index 6e12ca0..daf227a 100644 --- a/readme-template.md +++ b/readme-template.md @@ -69,6 +69,16 @@ the tests are always running and the docs are always in sync: Oh, and don't edit `README.md` directly, it is auto-generated. Change `readme-template.md` or `examples-to-docs.el` instead. +## Changelist + +### From 1.1.0 to 1.2.0 + +- Add `-last` (Matus Goljer) +- Add `-insert-at` (Emanuel Evans) +- Add `-when-let` and `-if-let` (Emanuel Evans) +- Add `-when-let*` and `-if-let*` (Emanuel Evans) +- Some bugfixes + ## Contributors - [Matus Goljer](https://github.com/Fuco1) contributed `-union`, `-separate`, `-zip` and `-zip-with`.