Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 14, 2015
1 parent ed79d97 commit 86d786c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -19,6 +19,7 @@ Features
Bugfixes
--------

* Unix-slash caused conflict in windows (Issue #2079)
* Locale is now threadsafe, avoid races in threaded builds (Issue #2071)
* Make typogrify filter work when applied from metadata (Issue #2064)
* Handle metadata in post files that start with a BOM (Issue #2059)
Expand Down
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -1362,6 +1362,7 @@ def path(self, kind, name, lang=None, is_link=False):
platform's separator.
(ex: "archive\index.html")
"""
import pdb; pdb.set_trace()
if lang is None:
lang = utils.LocaleBorg().current_lang

Expand Down

0 comments on commit 86d786c

Please sign in to comment.