Browse code

Some changelog notes.

Michael DeHaan authored on 2013/10/20 01:52:25
Showing 1 changed files
... ...
@@ -17,6 +17,7 @@ Highlighted new features:
17 17
 * Includes with parameters can now be done like roles for consistency:  - { include: song.yml, year:1984, song:'jump' }
18 18
 * The name of each role is now shown before each task if roles are being used
19 19
 * Adds a "var=" option to the debug module for debugging variable data.  "debug: var=hostvars['hostname']" and "debug: var=foo" are all valid syntax.
20
+* Variables in {{ format }} can fully reference each other and preserve types, template engine is 2x as fast.
20 21
 
21 22
 New modules and plugins:
22 23
 
... ...
@@ -59,6 +60,8 @@ Misc changes:
59 59
 * Added 'append_privs' option to the mysql_user module
60 60
 * Can now update (temporarily change) host variables using the "add_host" module for existing hosts.
61 61
 * Fixes for IPv6 addresses in inventory text files
62
+* name of executable can be passed to pip/gem etc, for installing under *different* interpreters
63
+* copy of ./hacking/env-setup added for fish users, ./hacking/env-setup.fish
62 64
 
63 65
 1.3.3 "Top of the World" (reprise) - October 9, 2013
64 66